summaryrefslogtreecommitdiff
path: root/tests/uniq/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uniq/Test.pm')
-rw-r--r--tests/uniq/Test.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/uniq/Test.pm b/tests/uniq/Test.pm
index fe0fc68a5..1eda7e224 100644
--- a/tests/uniq/Test.pm
+++ b/tests/uniq/Test.pm
@@ -105,6 +105,8 @@ my @tv = (
['119', '--all-repeated=badoption', "a\n", "", 1],
# Check that -d and -u suppress all output, as POSIX requires.
['120', '-d -u', "a\na\n\b", "", 0],
+['121', '-d -u -w340282366920938463463374607431768211456',
+ "a\na\n\b", "", 0],
);
sub test_vector