tests/hghave.py
changeset 29854 00ca4f966ca6
parent 29820 7025693433b2
child 29870 a5ce381a8da0
equal deleted inserted replaced
29853:d5497eb1d768 29854:00ca4f966ca6
   571         import hypothesis
   571         import hypothesis
   572         hypothesis.given
   572         hypothesis.given
   573         return True
   573         return True
   574     except ImportError:
   574     except ImportError:
   575         return False
   575         return False
       
   576 
       
   577 @check("unziplinks", "unzip(1) understands and extracts symlinks")
       
   578 def unzip_understands_symlinks():
       
   579     return matchoutput('unzip --help', br'Info-ZIP')