From 25f9608022803d2d130e9665dc3f14bed83ba328 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 Apr 2014 05:01:43 +0200 Subject: tests: style --- tests/t0100-insert-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/t0100-insert-tests.sh') 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" ' -- cgit v1.2.3