commit adds/removes here before builddir contents confuse matters
authorHavoc Pennington <hp@redhat.com>
Thu, 3 Apr 2003 21:25:10 +0000 (21:25 +0000)
committerHavoc Pennington <hp@redhat.com>
Thu, 3 Apr 2003 21:25:10 +0000 (21:25 +0000)
test/data/valid-config-files/debug-allow-all.conf.in [moved from test/data/valid-config-files/debug-allow-all.conf with 89% similarity]
test/data/valid-service-files/debug-echo.service.in [new file with mode: 0644]

@@ -4,6 +4,7 @@
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 <busconfig>
   <listen>debug-pipe:name=test-server</listen>
+  <servicedir>@TEST_SERVICE_DIR@</servicedir>
   <policy context="default">
     <allow send="*"/>
     <allow receive="*"/>
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 (file)
index 0000000..62e7916
--- /dev/null
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.freedesktop.DBus.TestSuiteEchoService
+Exec=@TEST_SERVICE_BINARY@
\ No newline at end of file