diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-11-07 12:06:58 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-11-07 12:09:57 +0100 |
commit | fd10f6f2414521947ca60b9d1508d909f50e9faa (patch) | |
tree | 6a2c1608f9529a340e720b8352e93cba46c7f365 /tests/fetchGit.sh | |
parent | dc30856141a1ef3958dfe230611d9447d7a13957 (diff) |
Show when tests are skipped
Also, don't depend on tput (ncurses). It's really not needed since
ANSI escape sequences have been standardized for 35 years or so.
Diffstat (limited to 'tests/fetchGit.sh')
-rw-r--r-- | tests/fetchGit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetchGit.sh b/tests/fetchGit.sh index a967380cd..f13de89f7 100644 --- a/tests/fetchGit.sh +++ b/tests/fetchGit.sh @@ -2,7 +2,7 @@ source common.sh if [[ -z $(type -p git) ]]; then echo "Git not installed; skipping Git tests" - exit 0 + exit 99 fi clearStore |