aboutsummaryrefslogtreecommitdiff
path: root/testsuite/unexpand.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-05 21:37:12 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-05 21:37:12 +0200
commit9297dbc9d285e823af59c443e0123cb99577569a (patch)
tree134bb16eaaa4f0a7148aed3a78c7c797108e6568 /testsuite/unexpand.tests
parent08f0b784fd4351929090c877605762d664e70098 (diff)
downloadbusybox-w32-9297dbc9d285e823af59c443e0123cb99577569a.tar.gz
busybox-w32-9297dbc9d285e823af59c443e0123cb99577569a.tar.bz2
busybox-w32-9297dbc9d285e823af59c443e0123cb99577569a.zip
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/unexpand.tests')
-rwxr-xr-xtestsuite/unexpand.tests6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests
index a48e3214e..0727884f7 100755
--- a/testsuite/unexpand.tests
+++ b/testsuite/unexpand.tests
@@ -3,6 +3,7 @@
3# Licensed under GPL v2, see file LICENSE for details. 3# Licensed under GPL v2, see file LICENSE for details.
4 4
5. ./testing.sh 5. ./testing.sh
6test -f "$bindir/.config" && . "$bindir/.config"
6 7
7# testing "test name" "options" "expected result" "file input" "stdin" 8# testing "test name" "options" "expected result" "file input" "stdin"
8 9
@@ -30,9 +31,10 @@ testing "unexpand case 7" "unexpand" \
30testing "unexpand case 8" "unexpand" \ 31testing "unexpand case 8" "unexpand" \
31 "a b\n" "" "a b\n" \ 32 "a b\n" "" "a b\n" \
32 33
33optional UNICODE_SUPPORT 34test x"$CONFIG_UNICODE_SUPPORT" = x"y" \
35&& test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \
36&& test "$CONFIG_LAST_SUPPORTED_WCHAR" -gt "916" \
34testing "unexpand with unicode characher 0x394" "unexpand" \ 37testing "unexpand with unicode characher 0x394" "unexpand" \
35 "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5 99999\n" 38 "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5 99999\n"
36SKIP=
37 39
38exit $FAILCOUNT 40exit $FAILCOUNT