changeset 29843 | 00ca4f966ca6 |
parent 29809 | 7025693433b2 |
child 29866 | a5ce381a8da0 |
--- a/tests/hghave.py Thu Aug 25 01:00:54 2016 -0400 +++ b/tests/hghave.py Thu Aug 25 01:25:52 2016 -0400 @@ -573,3 +573,7 @@ return True except ImportError: return False + +@check("unziplinks", "unzip(1) understands and extracts symlinks") +def unzip_understands_symlinks(): + return matchoutput('unzip --help', br'Info-ZIP')