diff options
author | Denys Vlasenko | 2010-01-31 00:10:18 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-01-31 00:10:18 +0100 |
commit | ed910c750d7908a31262488e04d38b7bf3d75322 (patch) | |
tree | 67b8e0385ab171988cf278acb17b516ef6c868b0 /testsuite/runtest | |
parent | e17764c8fb566f85020217dd8fd05fb6bc227e98 (diff) | |
download | busybox-ed910c750d7908a31262488e04d38b7bf3d75322.zip busybox-ed910c750d7908a31262488e04d38b7bf3d75322.tar.gz |
cal: add a unicode test
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/runtest')
-rwxr-xr-x | testsuite/runtest | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/runtest b/testsuite/runtest index 10563d7..5c185c5 100755 --- a/testsuite/runtest +++ b/testsuite/runtest @@ -78,9 +78,10 @@ run_oldstyle_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" +export bindir # some tests need to look at $bindir/.config if [ x"$VERBOSE" = x ]; then export VERBOSE= |