tests: guard test-archive-symlink with unziplinks check

This fixes the test on FreeBSD, where the stock unzip doesn't
understand symlinks.
This commit is contained in:
Augie Fackler 2016-08-25 01:26:39 -04:00
parent 51a50cbe97
commit f20b54b5ab

View File

@ -29,6 +29,7 @@ tar
$ readlink.py dangling
dangling -> nothing
#if unziplinks
zip
$ cd "$origdir"
@ -36,5 +37,6 @@ zip
$ cd zip
$ readlink.py dangling
dangling -> nothing
#endif
$ cd ..