summaryrefslogtreecommitdiff
path: root/tests/tstunt/gpg-withagent
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tstunt/gpg-withagent')
-rwxr-xr-xtests/tstunt/gpg-withagent2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tstunt/gpg-withagent b/tests/tstunt/gpg-withagent
index 3f56d08..4b2ee1a 100755
--- a/tests/tstunt/gpg-withagent
+++ b/tests/tstunt/gpg-withagent
@@ -3,7 +3,7 @@ set -ex
d () {
date --iso-8601=ns >&2
- ps -ef | grep gpg-agent ||: >&2
+ ps -ef | grep gpg-agent >&2 ||:
}
d