summaryrefslogtreecommitdiff
path: root/tests/tstunt/gpg-withagent
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-29 17:05:06 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-29 17:05:07 +0100
commit0a9d7c678c2ef3a3dbe40c012f3a1b86a8ca3c2a (patch)
treec64c81a7aa82b2239ccbebb4f0440fad9aacc7a5 /tests/tstunt/gpg-withagent
parent3ae4d20d8146c3ea111b3f622bf00adbd4e6442f (diff)
test suite: gpg-agent workaround: Send ps output to stderr (oops)debian/5.5+exp7archive/debian/5.5+exp7
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
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