diff options
Diffstat (limited to 'testsuite/unexpand.tests')
-rwxr-xr-x | testsuite/unexpand.tests | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests index a48e3214e..8dbe3eb27 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 |
6 | test -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,9 @@ testing "unexpand case 7" "unexpand" \ | |||
30 | testing "unexpand case 8" "unexpand" \ | 31 | testing "unexpand case 8" "unexpand" \ |
31 | "a b\n" "" "a b\n" \ | 32 | "a b\n" "" "a b\n" \ |
32 | 33 | ||
33 | optional UNICODE_SUPPORT | 34 | test x"$CONFIG_UNICODE_SUPPORT" = x"y" \ |
34 | testing "unexpand with unicode characher 0x394" "unexpand" \ | 35 | && test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \ |
36 | && testing "unexpand with unicode characher 0x394" "unexpand" \ | ||
35 | "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5 99999\n" | 37 | "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5 99999\n" |
36 | SKIP= | ||
37 | 38 | ||
38 | exit $FAILCOUNT | 39 | exit $FAILCOUNT |