From 14aa5aba9d5451ba21582637ef1aa8060a75e15c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 Apr 2014 04:12:29 +0200 Subject: tests: emulate running agent --- tests/t0005-init-failing.sh | 11 ----------- 1 file changed, 11 deletions(-) delete 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 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 -- cgit v1.2.3-59-g8ed1b