]> granicus.if.org Git - cgit/commit
t0107: Skip ZIP tests if unzip(1) isn't available
authorLukas Fleischer <cgit@cryptocrack.de>
Tue, 9 Apr 2013 18:02:33 +0000 (20:02 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 10 Apr 2013 12:49:31 +0000 (14:49 +0200)
commit81bf4d32b377d3f2fdd7ab3ca651be99408f5c32
treea78805b55f6acb128b59eead50025a646aa8650d
parent016364d4edef261fb55257e36d8a47828d398f96
t0107: Skip ZIP tests if unzip(1) isn't available

Note that we cannot use skip_all here since some tests have already been
executed when ZIP tests are reached. Use test prerequisites to skip
everything using unzip(1) if the binary is not available instead.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
tests/t0107-snapshot.sh