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/t0020-show-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/t0020-show-tests.sh') diff --git a/tests/t0020-show-tests.sh b/tests/t0020-show-tests.sh index 5f582aa..81ffb07 100755 --- a/tests/t0020-show-tests.sh +++ b/tests/t0020-show-tests.sh @@ -8,11 +8,11 @@ export TEST_CRED="test_cred" test_expect_success 'Test "show" command' ' pass_init && create_cred "$TEST_CRED" && - ${PASS} show "$TEST_CRED" + $PASS show "$TEST_CRED" ' test_expect_success 'Test "show" of nonexistant password' ' pass_init && - test_must_fail ${PASS} show "$TEST_CRED" + test_must_fail $PASS show "$TEST_CRED" ' test_done -- cgit v1.2.3