chiark / gitweb /
test suite: gpg-agent workaround: Send ps output to stderr (oops) archive/debian/5.5+exp7 debian/5.5+exp7
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Jun 2018 16:05:06 +0000 (17:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Jun 2018 16:05:07 +0000 (17:05 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
tests/tstunt/gpg-withagent

index 8076ac0d8303255352144a8ee126b87b43d12f84..36118450faa6a3a45f065287a5e7298b9787fe7d 100644 (file)
@@ -1,3 +1,9 @@
+dgit (5.5+exp7) experimental; urgency=medium
+
+  * test suite: gpg-agent workaround: Send ps output to stderr (oops)
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 29 Jun 2018 17:03:09 +0100
+
 dgit (5.5+exp6) experimental; urgency=medium
 
   * test suite: gpg-agent workaround: Cope if ps not found.
index 3f56d085c21125df5bbe2ab7fdfcb3c5485729cb..4b2ee1a32890eb14dc388d0efda0008405b1876f 100755 (executable)
@@ -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