From 9ee97bd5efb308c3a673fe9020ede7e20bed7f80 Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Thu, 9 Jun 2022 16:45:47 +0100 Subject: [PATCH] symlink tests fail on Windows/msys2 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 --- t/04_resolved_issues.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/04_resolved_issues.t b/t/04_resolved_issues.t index fc713cd..b7e7860 100644 --- a/t/04_resolved_issues.t +++ b/t/04_resolved_issues.t @@ -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