From ed910c750d7908a31262488e04d38b7bf3d75322 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 31 Jan 2010 00:10:18 +0100 Subject: cal: add a unicode test Signed-off-by: Denys Vlasenko --- testsuite/runtest | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testsuite/runtest') 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() 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= -- cgit v1.2.3