From 89a361265984d5c14f5ca964375aa02055d3092d Mon Sep 17 00:00:00 2001 From: Heiko Voigt Date: Sat, 22 Dec 2012 13:55:25 +0100 Subject: [PATCH] use -maxdepth instead of -depth for find and fix argument order --- t/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/run-tests.sh b/t/run-tests.sh index dbea16c..ca8cc0f 100755 --- a/t/run-tests.sh +++ b/t/run-tests.sh @@ -11,7 +11,7 @@ breakages=0 known_breakages=0 fixed_bugs=0 -find . -type d -depth 1 -name "t[0-9]*" | +find . -maxdepth 1 -type d -name "t[0-9]*" | sed -e "s/^\.\///" > /tmp/tests_to_run while read i -- 2.11.4.GIT