diff options
author | Denys Vlasenko | 2010-05-10 05:53:16 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-05-10 05:53:16 +0200 |
commit | e3d90a90d43b857a5305808560d485b030a15c0a (patch) | |
tree | c731624c6ac8755ae485f600235d4b29ff337582 /testsuite/fold.tests | |
parent | 1602a5cdb9b68aec34389961b1c1d134d8b59d07 (diff) | |
download | busybox-e3d90a90d43b857a5305808560d485b030a15c0a.zip busybox-e3d90a90d43b857a5305808560d485b030a15c0a.tar.gz |
randomconfig testsuite fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/fold.tests')
-rwxr-xr-x | testsuite/fold.tests | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/fold.tests b/testsuite/fold.tests index 17721a1..0197d02 100755 --- a/testsuite/fold.tests +++ b/testsuite/fold.tests @@ -28,6 +28,7 @@ be preserved is here:>\0< - they must be preserved " \ +optional UNICODE_SUPPORT # The text was taken from English and Ukrainian wikipedia pages testing "fold -sw66 with unicode input" "fold -sw66" \ "\ @@ -54,6 +55,7 @@ Way. каталогом Мессьє та NGC224 за Новим загальним каталогом) — \ спіральна галактика, що знаходиться на відстані приблизно у 2,5 \ мільйони світлових років від нашої планети у сузір'ї Андромеди. \ -На початку ХХІ ст. в центрі галактики виявлено чорну дірку." \ +На початку ХХІ ст. в центрі галактики виявлено чорну дірку." +SKIP= exit $FAILCOUNT |