summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-03 12:13:58 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-03 22:41:51 +0100
commitce8eb52870a6c55f5b87ab8def5db27cdf03703c (patch)
tree2836813f8148e962ab970578214ba65a5928a65e /tests/lib
parenta3de80aa64b5af73cd49c1479ee62e69c49b90d9 (diff)
test suite: Make t-dgit print pwd to stderr, not stdout
This means that tests can capture the output from t-dgit without going wrong. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib b/tests/lib
index 4f268fc..0996d3e 100644
--- a/tests/lib
+++ b/tests/lib
@@ -407,7 +407,7 @@ t-rm-dput-dropping () {
t-dgit () {
local dgit=${DGIT_TEST-dgit}
- pwd
+ pwd >&2
: '
{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{'
$dgit --dgit=$dgit --dget:-u --dput:--config=$tmp/dput.cf \