diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-22 18:35:11 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-22 18:35:11 +0200 |
commit | 760c644a1d9f55c91b74521b112958966e00ea31 (patch) | |
tree | 2514b500511a8dcf0d56d2a49ee69487f5cb4f56 /tests/t0005-init-failing.sh | |
parent | 07bcfccebfa2f885849f0b8698a496c3c757d8a7 (diff) | |
download | pass-760c644a1d9f55c91b74521b112958966e00ea31.tar.gz pass-760c644a1d9f55c91b74521b112958966e00ea31.tar.bz2 pass-760c644a1d9f55c91b74521b112958966e00ea31.zip |
Import Von's tests, with cleanups.
Diffstat (limited to 'tests/t0005-init-failing.sh')
-rwxr-xr-x | tests/t0005-init-failing.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/t0005-init-failing.sh b/tests/t0005-init-failing.sh new file mode 100755 index 0000000..01548a6 --- /dev/null +++ b/tests/t0005-init-failing.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +test_description='Show "pass init" returning non-zero bug(?) (XXX: remove this test?)' +. ./setup.sh + +test_expect_failure 'Show "pass init" returning non-zero' ' + export PASSWORD_STORE_DIR="${SHARNESS_TRASH_DIRECTORY}/test-store/" && + ${PASS} init ${PASSWORD_STORE_KEY} +' + +test_done |