summaryrefslogtreecommitdiff
path: root/libnm-glib
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-05-26 15:21:12 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-05-28 12:51:24 +0200
commitc47c06470a0de70f5495d8919fd7f6b5369a5070 (patch)
tree3d2658033e0ebf6450fbaac4f261e72a849f2ed6 /libnm-glib
parenta5e43ab51080bb09237afeb3f3c1c855e0127379 (diff)
downloadNetworkManager-c47c06470a0de70f5495d8919fd7f6b5369a5070.tar.gz
builds: only enable TAP driver for glib >= 2.37.6
No TAP support for previous versions and --tap argument is silently ignored, confusing the TAP driver.
Diffstat (limited to 'libnm-glib')
-rw-r--r--libnm-glib/tests/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm-glib/tests/Makefile.am b/libnm-glib/tests/Makefile.am
index a01a50e724..7168d3dd15 100644
--- a/libnm-glib/tests/Makefile.am
+++ b/libnm-glib/tests/Makefile.am
@@ -17,8 +17,6 @@ if WITH_VALGRIND
else
LOG_COMPILER = $(srcdir)/libnm-glib-test-launch.sh
endif
-AM_TESTS_FD_REDIRECT = --tap
-LOG_DRIVER = $(top_srcdir)/build-aux/tap-driver.sh
TESTS = test-nm-client test-remote-settings-client
####### NMClient and non-settings tests #######