Show More
@@ -573,3 +573,7 b' def has_hypothesis():' | |||||
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') |
General Comments 0
You need to be logged in to leave comments.
Login now