summaryrefslogtreecommitdiff
path: root/tests/cut/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-07 05:10:32 +0000
committerJim Meyering <jim@meyering.net>1999-03-07 05:10:32 +0000
commit104866a9900c34a48711b0610525012e3f9a2e9e (patch)
tree1f579b2edd5308b02cd8116455bc8ef41e6d5632 /tests/cut/Test.pm
parent3a01605b6b993446d54c20ce57df8f49e8b7bbb4 (diff)
downloadcoreutils-104866a9900c34a48711b0610525012e3f9a2e9e.tar.xz
New test: 8bit-delim.
Diffstat (limited to 'tests/cut/Test.pm')
-rwxr-xr-xtests/cut/Test.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cut/Test.pm b/tests/cut/Test.pm
index d5bdf0130..c8fa22b4b 100755
--- a/tests/cut/Test.pm
+++ b/tests/cut/Test.pm
@@ -69,6 +69,9 @@ my @tv = (
['nul-odelim', "-d: -f2,3 --out=", "a:b:c\n", "b\0c\n", 0],
['multichar-od', "-d: -f2,3 --out=_._", "a:b:c\n", "b_._c\n", 0],
+# Prior to 1.22i, you couldn't use a delimiter that would sign-extend.
+['8bit-delim', "'-d\255' -f2,3 --out=_", "a\255b\255c\n", "b_c\n", 0],
+
);
# Don't use a pipe for failing tests. Otherwise, sometimes they