Skip to content

Commit

Permalink
Don't match on message from exception in symlink test
Browse files Browse the repository at this point in the history
There apparently are cases where the text in the exception is
localised in the language of the system the tests are running
on, i.e. not necessarily English, in which case this test was
failing.
  • Loading branch information
mstock authored and bingos committed Mar 29, 2023
1 parent 4e1a7a3 commit 7629e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/90_symlink.t
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my %Map = (
],
File::Spec->catfile( $Dir, "linktest_missing_dir.tar" ) => [
[ 0, qr/SECURE EXTRACT MODE/ ],
[ 0, qr/File exists/ ],
[ 0, qr/Could not create directory/ ],
],
);

Expand Down

0 comments on commit 7629e53

Please sign in to comment.