diff options
-rwxr-xr-x | testsuite/runtest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/runtest b/testsuite/runtest index 34f0de2b3..660d08eca 100755 --- a/testsuite/runtest +++ b/testsuite/runtest | |||
@@ -82,8 +82,8 @@ run_applet_tests() | |||
82 | 82 | ||
83 | 83 | ||
84 | lcwd=$(pwd) | 84 | lcwd=$(pwd) |
85 | [ x"$tsdir" = x ] || tsdir="$lcwd" | 85 | [ x"$tsdir" != x ] || tsdir="$lcwd" |
86 | [ x"$bindir" = x ] || bindir="${lcwd%/*}" # one directory up from $lcwd | 86 | [ x"$bindir" != x ] || bindir="${lcwd%/*}" # one directory up from $lcwd |
87 | PATH="$bindir:$PATH" | 87 | PATH="$bindir:$PATH" |
88 | 88 | ||
89 | if [ x"$VERBOSE" = x ]; then | 89 | if [ x"$VERBOSE" = x ]; then |