From b0b15e47183eaf7526628efdf4dfdd25391cbfad Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 9 Feb 2015 14:51:34 +0100 Subject: [PATCH] libnm-glib/tests: fix calling tests without valgrind Fixes: e7356ef0a6fa94b20850d6f8ca73bfac17589510 --- libnm-glib/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-glib/tests/Makefile.am b/libnm-glib/tests/Makefile.am index 6ce91dd931..cea3b79a74 100644 --- a/libnm-glib/tests/Makefile.am +++ b/libnm-glib/tests/Makefile.am @@ -15,7 +15,7 @@ noinst_PROGRAMS = $(TESTS) if WITH_VALGRIND @VALGRIND_RULES@ --launch-dbus else -TESTS_ENVIRONMENT = $(srcdir)/libnm-test-launch.sh +TESTS_ENVIRONMENT = $(srcdir)/libnm-glib-test-launch.sh endif TESTS = test-nm-client test-remote-settings-client