From a36258f288e8242e44feabce485c836885dda46e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Apr 2009 22:46:52 +0000 Subject: trim trailing slashes from specified subdir so we output to the right place --- shell/hush_test/run-all | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') 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 do_test() { test -d "$1" || return 0 + d=${d%/} # echo Running tests in directory "$1" ( tret=0 -- cgit v1.2.3