diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-23 04:12:29 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-23 04:12:29 +0200 |
commit | 14aa5aba9d5451ba21582637ef1aa8060a75e15c (patch) | |
tree | e4b47e96d7eeaf558ccc0e206d1f0d2144d2660c /tests/t0005-init-failing.sh | |
parent | ec97be9a3e93894ca2b6fd17f0846e538e7d35b9 (diff) | |
download | pass-14aa5aba9d5451ba21582637ef1aa8060a75e15c.tar.gz pass-14aa5aba9d5451ba21582637ef1aa8060a75e15c.tar.bz2 pass-14aa5aba9d5451ba21582637ef1aa8060a75e15c.zip |
tests: emulate running agent
Diffstat (limited to '')
-rwxr-xr-x | tests/t0005-init-failing.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/t0005-init-failing.sh b/tests/t0005-init-failing.sh deleted file mode 100755 index e5864ff..0000000 --- a/tests/t0005-init-failing.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -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 |