From e3d90a90d43b857a5305808560d485b030a15c0a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 10 May 2010 05:53:16 +0200 Subject: randomconfig testsuite fixes Signed-off-by: Denys Vlasenko --- testsuite/unexpand.tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuite/unexpand.tests') diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests index 1af2fdc5f..a48e3214e 100755 --- a/testsuite/unexpand.tests +++ b/testsuite/unexpand.tests @@ -30,7 +30,9 @@ testing "unexpand case 7" "unexpand" \ testing "unexpand case 8" "unexpand" \ "a b\n" "" "a b\n" \ +optional UNICODE_SUPPORT testing "unexpand with unicode characher 0x394" "unexpand" \ - "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5 99999\n" \ + "1ΔΔΔ5\t99999\n" "" "1ΔΔΔ5 99999\n" +SKIP= exit $FAILCOUNT -- cgit v1.2.3