From c904d4d5010aff2b33198069d7256c4cfdfff15e Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 25 Aug 2006 19:59:49 +0000 Subject: * test/Makefile.am: change find to use syntax that works with non gnu versions of find --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index b4863c7a..5c897797 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -91,7 +91,7 @@ TESTDIRS= \ data/equiv-config-files/entities/basic.d -FIND_TESTS=find -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script" -o -name "*.sha1" -o -name "*.txt" -o -name "*.conf" -o -name "*.service" +FIND_TESTS=find . -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script" -o -name "*.sha1" -o -name "*.txt" -o -name "*.conf" -o -name "*.service" dist-hook: for D in $(TESTDIRS); do \ -- cgit