Skip to content

Commit

Permalink
Remove Travis exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Sep 29, 2024
1 parent ce39dbc commit bccd91d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions t/ack-s.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bccd91d

Please sign in to comment.