diff options
Diffstat (limited to 'tests/t0100-insert-tests.sh')
-rwxr-xr-x | tests/t0100-insert-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0100-insert-tests.sh b/tests/t0100-insert-tests.sh index acb892d..b83df32 100755 --- a/tests/t0100-insert-tests.sh +++ b/tests/t0100-insert-tests.sh @@ -8,7 +8,7 @@ export TEST_PASSWORD="Hello world" test_expect_success 'Test "insert" command' ' pass_init && - echo "$TEST_PASSWORD" | ${PASS} insert -e "$TEST_CRED" && + echo "$TEST_PASSWORD" | $PASS insert -e "$TEST_CRED" && verify_password "$TEST_CRED" "$TEST_PASSWORD" ' |