From 760c644a1d9f55c91b74521b112958966e00ea31 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 22 Apr 2014 18:35:11 +0200 Subject: Import Von's tests, with cleanups. --- tests/t0005-init-failing.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tests/t0005-init-failing.sh (limited to 'tests/t0005-init-failing.sh') 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 -- cgit v1.2.3-54-g00ecf