mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
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:
parent
51a50cbe97
commit
f20b54b5ab
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user