projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7aaae9
)
trim trailing slashes from specified subdir so we output to the right place
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 2 Apr 2009 22:46:52 +0000
(22:46 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 2 Apr 2009 22:46:52 +0000
(22:46 -0000)
shell/hush_test/run-all
patch
|
blob
|
history
diff --git
a/shell/hush_test/run-all
b/shell/hush_test/run-all
index d7602c8908004c7146af21685f26e9e5c988b017..3fe3ba51db3a1c6119b0b3dddb9eb470aba1cc09 100755
(executable)
--- 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