aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/t0005-init-failing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t0005-init-failing.sh')
-rwxr-xr-xtests/t0005-init-failing.sh11
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