chiark / gitweb /
test suite: gpg-agent workaround: Send ps output to stderr (oops)
[dgit.git] / tests / tstunt / gpg-withagent
index 3f56d085c21125df5bbe2ab7fdfcb3c5485729cb..4b2ee1a32890eb14dc388d0efda0008405b1876f 100755 (executable)
@@ -3,7 +3,7 @@ set -ex
 
 d () {
        date --iso-8601=ns >&2
 
 d () {
        date --iso-8601=ns >&2
-       ps -ef | grep gpg-agent ||: >&2
+       ps -ef | grep gpg-agent >&2 ||:
 }
 
 d
 }
 
 d