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:
5d0f4aa
)
runtest: fix fallout from mucking with runtest :( [vda's fault]
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 27 Apr 2008 20:48:49 +0000
(20:48 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 27 Apr 2008 20:48:49 +0000
(20:48 -0000)
testsuite/runtest
patch
|
blob
|
history
diff --git
a/testsuite/runtest
b/testsuite/runtest
index 34f0de2b3f96d7e251c03af28f53c54a6686f29a..660d08eca611455178487b5bbeb5780745c007de 100755
(executable)
--- a/
testsuite/runtest
+++ b/
testsuite/runtest
@@
-82,8
+82,8
@@
run_applet_tests()
lcwd=$(pwd)
-[ x"$tsdir" = x ] || tsdir="$lcwd"
-[ x"$bindir" = x ] || bindir="${lcwd%/*}" # one directory up from $lcwd
+[ x"$tsdir"
!
= x ] || tsdir="$lcwd"
+[ x"$bindir"
!
= x ] || bindir="${lcwd%/*}" # one directory up from $lcwd
PATH="$bindir:$PATH"
if [ x"$VERBOSE" = x ]; then