m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tests/t0020-show-tests.sh
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-23 05:01:43 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-23 05:01:43 +0200
commit25f9608022803d2d130e9665dc3f14bed83ba328 (patch)
treee145ed52bddd9f41a9e0a4df56a468bff6a8e513 /tests/t0020-show-tests.sh
parent67abc395d981b9b4a5f71fc00a8807195e2865e3 (diff)
tests: style
Diffstat (limited to 'tests/t0020-show-tests.sh')
-rwxr-xr-xtests/t0020-show-tests.sh4
1 files changed, 2 insertions, 2 deletions
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