From bccd91df124657570347aab6295a63ecf21d44c6 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Sun, 29 Sep 2024 00:49:14 -0500 Subject: [PATCH] Remove Travis exclusion --- t/ack-s.t | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/t/ack-s.t b/t/ack-s.t index 38ba771d..88d4b366 100644 --- a/t/ack-s.t +++ b/t/ack-s.t @@ -27,10 +27,7 @@ WITH_S: { is_empty_array( $stderr, 'Nothing in stderr' ); } -# Test on restricted directories. -SKIP: { - skip 'Fails under Travis. See GH#200.', 1 if $ENV{TRAVIS}; - +RESTRICTED_DIRECTORIES: { my @args = qw( hello -s ); my $dir = File::Temp->newdir;