From 5364beac6cbfa8793fd34c7a634528a2112787f8 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 3 Apr 2003 00:01:15 +0000 Subject: 2003-04-02 Havoc Pennington * test/Makefile.am (all-local): add a rule to copy tests to builddir, so we can have generated tests. Use this to remove the silly hack for testing system.conf and session.conf. Will use this shortly to generate .service files pointing to test binaries. --- test/data/valid-config-files/session.conf | 31 ------------------------------- test/data/valid-config-files/system.conf | 20 -------------------- 2 files changed, 51 deletions(-) delete mode 100644 test/data/valid-config-files/session.conf delete mode 100644 test/data/valid-config-files/system.conf (limited to 'test/data') diff --git a/test/data/valid-config-files/session.conf b/test/data/valid-config-files/session.conf deleted file mode 100644 index fe7aa5f0..00000000 --- a/test/data/valid-config-files/session.conf +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - unix:path=/tmp/foobar - - - - - - - - - session-local.conf - diff --git a/test/data/valid-config-files/system.conf b/test/data/valid-config-files/system.conf deleted file mode 100644 index e2c7ab7f..00000000 --- a/test/data/valid-config-files/system.conf +++ /dev/null @@ -1,20 +0,0 @@ - - - - - fixme - unix:path=/var/run/dbus/system_bus_socket - - - - - - - - - system-local.conf - -- cgit