aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fold.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/fold.tests')
-rwxr-xr-xtestsuite/fold.tests7
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/fold.tests b/testsuite/fold.tests
index 0197d024d..e5700cc2b 100755
--- a/testsuite/fold.tests
+++ b/testsuite/fold.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
@@ -28,9 +29,10 @@ be preserved
28is here:>\0< - they must be preserved 29is here:>\0< - they must be preserved
29" \ 30" \
30 31
31optional UNICODE_SUPPORT
32# The text was taken from English and Ukrainian wikipedia pages 32# The text was taken from English and Ukrainian wikipedia pages
33testing "fold -sw66 with unicode input" "fold -sw66" \ 33test x"$CONFIG_UNICODE_SUPPORT" = x"y" \
34&& test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \
35&& testing "fold -sw66 with unicode input" "fold -sw66" \
34 "\ 36 "\
35The Andromeda Galaxy (pronounced /ænˈdrɒmədə/, also known as \n\ 37The Andromeda Galaxy (pronounced /ænˈdrɒmədə/, also known as \n\
36Messier 31, M31, or NGC224; often referred to as the Great \n\ 38Messier 31, M31, or NGC224; often referred to as the Great \n\
@@ -56,6 +58,5 @@ Way.
56спіральна галактика, що знаходиться на відстані приблизно у 2,5 \ 58спіральна галактика, що знаходиться на відстані приблизно у 2,5 \
57мільйони світлових років від нашої планети у сузір'ї Андромеди. \ 59мільйони світлових років від нашої планети у сузір'ї Андромеди. \
58На початку ХХІ ст. в центрі галактики виявлено чорну дірку." 60На початку ХХІ ст. в центрі галактики виявлено чорну дірку."
59SKIP=
60 61
61exit $FAILCOUNT 62exit $FAILCOUNT