From ce8eb52870a6c55f5b87ab8def5db27cdf03703c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 3 Aug 2017 12:13:58 +0100 Subject: [PATCH] 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 --- tests/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib b/tests/lib index 4f268fc6..0996d3e5 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 \ -- 2.30.2