trim trailing slashes from specified subdir so we output to the right place

This commit is contained in:
Mike Frysinger 2009-04-02 22:46:52 +00:00
parent b7aaae9052
commit a36258f288

View File

@ -23,6 +23,7 @@ export THIS_SH
do_test() do_test()
{ {
test -d "$1" || return 0 test -d "$1" || return 0
d=${d%/}
# echo Running tests in directory "$1" # echo Running tests in directory "$1"
( (
tret=0 tret=0