From 59272fc6af05dfc603c9230dbded251344e2380c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 Apr 2014 18:01:53 +0200 Subject: Use real pass location. --- 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 059f537..6bd0165 100755 --- a/tests/t0020-show-tests.sh +++ b/tests/t0020-show-tests.sh @@ -4,8 +4,8 @@ test_description='Test show' . ./setup.sh test_expect_success 'Test "show" command' ' - pass init $KEY1 && - pass generate cred1 20 && + $PASS init $KEY1 && + $PASS generate cred1 20 && $PASS show cred1 ' -- cgit v1.2.3