From fe9f3b45cc7e2e84d180c433f1ab5f8fd0a0c619 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 3 Apr 2003 21:25:10 +0000 Subject: [PATCH] commit adds/removes here before builddir contents confuse matters --- .../{debug-allow-all.conf => debug-allow-all.conf.in} | 1 + test/data/valid-service-files/debug-echo.service.in | 3 +++ 2 files changed, 4 insertions(+) rename test/data/valid-config-files/{debug-allow-all.conf => debug-allow-all.conf.in} (89%) create mode 100644 test/data/valid-service-files/debug-echo.service.in 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 86900eb..ef46fde 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 0000000..62e7916 --- /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 -- 2.7.4