aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tr.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tr.tests')
-rwxr-xr-xtestsuite/tr.tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tr.tests b/testsuite/tr.tests
index a1f83bfc6..5dabbb52f 100755
--- a/testsuite/tr.tests
+++ b/testsuite/tr.tests
@@ -15,19 +15,19 @@ testing "tr understands 0-9A-F" \
15 "tr -cd '[0-9A-F]'" \ 15 "tr -cd '[0-9A-F]'" \
16 "19AF" "" "19AFH\n" 16 "19AF" "" "19AFH\n"
17 17
18optional CONFIG_FEATURE_TR_CLASSES 18optional FEATURE_TR_CLASSES
19testing "tr understands [:xdigit:]" \ 19testing "tr understands [:xdigit:]" \
20 "tr -cd '[:xdigit:]'" \ 20 "tr -cd '[:xdigit:]'" \
21 "19AF" "" "19AFH\n" 21 "19AF" "" "19AFH\n"
22SKIP= 22SKIP=
23 23
24optional CONFIG_FEATURE_TR_CLASSES 24optional FEATURE_TR_CLASSES
25testing "tr does not stop after [:digit:]" \ 25testing "tr does not stop after [:digit:]" \
26 "tr '[:digit:]y-z' 111111111123" \ 26 "tr '[:digit:]y-z' 111111111123" \
27 "111abcx23\n" "" "789abcxyz\n" 27 "111abcx23\n" "" "789abcxyz\n"
28SKIP= 28SKIP=
29 29
30optional CONFIG_FEATURE_TR_CLASSES 30optional FEATURE_TR_CLASSES
31testing "tr has correct xdigit sequence" \ 31testing "tr has correct xdigit sequence" \
32 "tr '[:xdigit:]Gg' 1111111151242222333330xX" \ 32 "tr '[:xdigit:]Gg' 1111111151242222333330xX" \
33 "#1111111151242222x333330X\n" "" \ 33 "#1111111151242222x333330X\n" "" \