diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-02 22:46:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-02 22:46:52 +0000 |
commit | a36258f288e8242e44feabce485c836885dda46e (patch) | |
tree | c3272ecace1da464fbc6de74265531bc241aaa3a /shell/hush_test/run-all | |
parent | b7aaae9052025426b669a0edeec1da5997fea8be (diff) | |
download | busybox-w32-a36258f288e8242e44feabce485c836885dda46e.tar.gz busybox-w32-a36258f288e8242e44feabce485c836885dda46e.tar.bz2 busybox-w32-a36258f288e8242e44feabce485c836885dda46e.zip |
trim trailing slashes from specified subdir so we output to the right place
Diffstat (limited to 'shell/hush_test/run-all')
-rwxr-xr-x | shell/hush_test/run-all | 1 |
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 | |||
23 | do_test() | 23 | do_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 |