m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tests/t0060-rm-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t0060-rm-tests.sh')
-rwxr-xr-xtests/t0060-rm-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0060-rm-tests.sh b/tests/t0060-rm-tests.sh
index fc38b3d..29fa34a 100755
--- a/tests/t0060-rm-tests.sh
+++ b/tests/t0060-rm-tests.sh
@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
test_expect_success 'Test "rm" command' '
"$PASS" init $KEY1 &&
"$PASS" generate cred1 43 &&
- echo "y" | "$PASS" rm cred1 &&
+ "$PASS" rm cred1 &&
[[ ! -e $PASSWORD_STORE_DIR/cred1.gpg ]]
'