From 0a9d7c678c2ef3a3dbe40c012f3a1b86a8ca3c2a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 29 Jun 2018 17:05:06 +0100 Subject: test suite: gpg-agent workaround: Send ps output to stderr (oops) Signed-off-by: Ian Jackson --- tests/tstunt/gpg-withagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3