svn commit: trunk/busybox/testsuite
vda at busybox.net
vda at busybox.net
Sun Apr 27 20:48:49 UTC 2008
Author: vda
Date: 2008-04-27 13:48:49 -0700 (Sun, 27 Apr 2008)
New Revision: 21877
Log:
runtest: fix fallout from mucking with runtest :( [vda's fault]
Modified:
trunk/busybox/testsuite/runtest
Changeset:
Modified: trunk/busybox/testsuite/runtest
===================================================================
--- trunk/busybox/testsuite/runtest 2008-04-27 13:34:43 UTC (rev 21876)
+++ trunk/busybox/testsuite/runtest 2008-04-27 20:48:49 UTC (rev 21877)
@@ -82,8 +82,8 @@
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
More information about the busybox-cvs
mailing list