diff tests/test-archive-symlinks.t @ 29855:c4d03b6d9576

tests: guard test-archive-symlink with unziplinks check This fixes the test on FreeBSD, where the stock unzip doesn't understand symlinks.
author Augie Fackler <augie@google.com>
date Thu, 25 Aug 2016 01:26:39 -0400
parents 4d2b9b304ad0
children
line wrap: on
line diff
--- a/tests/test-archive-symlinks.t	Thu Aug 25 01:25:52 2016 -0400
+++ b/tests/test-archive-symlinks.t	Thu Aug 25 01:26:39 2016 -0400
@@ -29,6 +29,7 @@
   $ readlink.py dangling
   dangling -> nothing
 
+#if unziplinks
 zip
 
   $ cd "$origdir"
@@ -36,5 +37,6 @@
   $ cd zip
   $ readlink.py dangling
   dangling -> nothing
+#endif
 
   $ cd ..