aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshell/hush_test/run-all1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush_test/run-all b/shell/hush_test/run-all
index d7602c890..3fe3ba51d 100755
--- a/shell/hush_test/run-all
+++ b/shell/hush_test/run-all
@@ -23,6 +23,7 @@ export THIS_SH
23do_test() 23do_test()
24{ 24{
25 test -d "$1" || return 0 25 test -d "$1" || return 0
26 d=${d%/}
26# echo Running tests in directory "$1" 27# echo Running tests in directory "$1"
27 ( 28 (
28 tret=0 29 tret=0