Skip to content

Commit

Permalink
symlink tests fail on Windows/msys2
Browse files Browse the repository at this point in the history
Making symbolic link '/home/xxx/git/perl5/archive-tar-new/t/tmp/a/b/link.txt' to '../c/ori.txt' failed at t/04_resolved_issues.t line 224.
Could not extract 'tmp/a/b/link.txt' at t/04_resolved_issues.t line 224.
not ok 46 -    In memory extraction/symlinks
  • Loading branch information
pauloscustodio authored and bingos committed Mar 25, 2023
1 parent 69a8c94 commit 9ee97bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/04_resolved_issues.t
Expand Up @@ -200,6 +200,7 @@ SKIP: {
### bug #78030
### tests for symlinks with relative paths
### seen on MSWin32
if ($^O ne 'msys') # symlink tests fail on Windows/msys2
{ ok( 1, "Testing bug 78030" );
my $archname = 'tmp-symlink.tar.gz';
{ #build archive
Expand Down

0 comments on commit 9ee97bd

Please sign in to comment.