m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tests/t0200-edit-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t0200-edit-tests.sh')
-rwxr-xr-xtests/t0200-edit-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/t0200-edit-tests.sh b/tests/t0200-edit-tests.sh
index 44dc406..288446e 100755
--- a/tests/t0200-edit-tests.sh
+++ b/tests/t0200-edit-tests.sh
@@ -3,13 +3,13 @@
test_description='Test edit'
. ./setup.sh
-export TEST_CRED="test_cred"
+TEST_CRED="test_cred"
test_expect_success 'Test "edit" command' '
pass_init &&
create_cred "$TEST_CRED" &&
export FAKE_EDITOR_PASSWORD="big fat fake password" &&
- export EDITOR="$PASSWORD_STORE_TEST_HOME/fake-editor-change-password.sh" &&
+ export EDITOR="$TEST_HOME/fake-editor-change-password.sh" &&
$PASS edit "$TEST_CRED" &&
verify_password "$TEST_CRED" "$FAKE_EDITOR_PASSWORD"
'