From: Lukas Fleischer Date: Tue, 9 Apr 2013 18:02:33 +0000 (+0200) Subject: t0107: Skip ZIP tests if unzip(1) isn't available X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/81bf4d32b377d3f2fdd7ab3ca651be99408f5c32?hp=81bf4d32b377d3f2fdd7ab3ca651be99408f5c32 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 ---