summaryrefslogtreecommitdiff
path: root/tests/t0020-show-tests.sh
diff options
context:
space:
mode:
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 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
'
xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3