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.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/uniq/Test.pm b/tests/uniq/Test.pm
index 26dd1e0ee..d01759e7f 100644
--- a/tests/uniq/Test.pm
+++ b/tests/uniq/Test.pm
@@ -117,6 +117,9 @@ sub test_vector
$test_name =~ /^obs-plus/
and $Test::env{$test_name} = ['_POSIX2_VERSION=199209'];
+
+ $flags =~ /badoption/
+ and $Test::input_via{$test_name} = {REDIR => 0};
}
return @tv;