Update failure message

pull/696/head
Jeffrey Walton 2018-07-27 19:17:25 -04:00
parent 5861d9342d
commit 884851cd9a
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ if ! ./cryptestcwd v; then
fi fi
if ! ./cryptestcwd tv all; then if ! ./cryptestcwd tv all; then
echo "cryptestcwd v failed" echo "cryptestcwd tv all failed"
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
fi fi