# HG changeset patch # User Augie Fackler # Date 1472102799 14400 # Node ID c4d03b6d9576ce4e5ed81e6365749a10fd01c56d # Parent 00ca4f966ca6d4c22b3caffadf3caed9cd408a61 tests: guard test-archive-symlink with unziplinks check This fixes the test on FreeBSD, where the stock unzip doesn't understand symlinks. diff -r 00ca4f966ca6 -r c4d03b6d9576 tests/test-archive-symlinks.t --- 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 ..