From: Havoc Pennington Date: Thu, 3 Apr 2003 21:25:10 +0000 (+0000) Subject: commit adds/removes here before builddir contents confuse matters X-Git-Tag: dbus-0.7~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9f3b45cc7e2e84d180c433f1ab5f8fd0a0c619;p=thirdparty%2Fdbus.git commit adds/removes here before builddir contents confuse matters --- diff --git a/test/data/valid-config-files/debug-allow-all.conf b/test/data/valid-config-files/debug-allow-all.conf.in similarity index 89% rename from test/data/valid-config-files/debug-allow-all.conf rename to test/data/valid-config-files/debug-allow-all.conf.in index 86900ebb8..ef46fde51 100644 --- a/test/data/valid-config-files/debug-allow-all.conf +++ b/test/data/valid-config-files/debug-allow-all.conf.in @@ -4,6 +4,7 @@ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> debug-pipe:name=test-server + @TEST_SERVICE_DIR@ diff --git a/test/data/valid-service-files/debug-echo.service.in b/test/data/valid-service-files/debug-echo.service.in new file mode 100644 index 000000000..62e791617 --- /dev/null +++ b/test/data/valid-service-files/debug-echo.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.freedesktop.DBus.TestSuiteEchoService +Exec=@TEST_SERVICE_BINARY@ \ No newline at end of file