| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2013-04-10 | t0107: Skip ZIP tests if unzip(1) isn't available | Lukas Fleischer | |
| 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> | |||
| 2013-04-10 | tests/: Do not use `sed -i` | Lukas Fleischer | |
| "-i" isn't part of the POSIX standard and doesn't w | |||