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/fix-standard-tests.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 test/fix-standard-tests.sh (limited to 'test/fix-standard-tests.sh') diff --git a/test/fix-standard-tests.sh b/test/fix-standard-tests.sh deleted file mode 100755 index 80e6dae1..00000000 --- a/test/fix-standard-tests.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh - -### this script is a lame hack used in the Makefile because -### I couldn't figure out how to escape @EXPANDED_LOCALSTATEDIR@ etc. -### inside the Makefile - -perl -pi -e "s%\@EXPANDED_LOCALSTATEDIR\@%/var%g" data/valid-config-files/system.conf -perl -pi -e "s%\@DBUS_SYSTEM_SOCKET\@%run/dbus/system_bus_socket%g" data/valid-config-files/system.conf -- cgit