diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-31 00:10:18 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-31 00:10:18 +0100 |
commit | ed910c750d7908a31262488e04d38b7bf3d75322 (patch) | |
tree | 67b8e0385ab171988cf278acb17b516ef6c868b0 /testsuite/runtest | |
parent | e17764c8fb566f85020217dd8fd05fb6bc227e98 (diff) | |
download | busybox-w32-ed910c750d7908a31262488e04d38b7bf3d75322.tar.gz busybox-w32-ed910c750d7908a31262488e04d38b7bf3d75322.tar.bz2 busybox-w32-ed910c750d7908a31262488e04d38b7bf3d75322.zip |
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 10563d7b2..5c185c5fb 100755 --- a/testsuite/runtest +++ b/testsuite/runtest | |||
@@ -78,9 +78,10 @@ run_oldstyle_applet_tests() | |||
78 | 78 | ||
79 | 79 | ||
80 | lcwd=$(pwd) | 80 | lcwd=$(pwd) |
81 | [ x"$tsdir" != x ] || tsdir="$lcwd" | 81 | [ x"$tsdir" != x"" ] || tsdir="$lcwd" |
82 | [ x"$bindir" != x ] || bindir="${lcwd%/*}" # one directory up from $lcwd | 82 | [ x"$bindir" != x"" ] || bindir="${lcwd%/*}" # one directory up from $lcwd |
83 | PATH="$bindir:$PATH" | 83 | PATH="$bindir:$PATH" |
84 | export bindir # some tests need to look at $bindir/.config | ||
84 | 85 | ||
85 | if [ x"$VERBOSE" = x ]; then | 86 | if [ x"$VERBOSE" = x ]; then |
86 | export VERBOSE= | 87 | export VERBOSE= |