summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-03 12:14:41 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-04 23:06:18 +0100
commitc85ececfb4a825fe91cf45aa8ffae69863ace473 (patch)
treed4dc1acae9f90e451f6974ba4e7ccd5ebefdaca1 /tests/tests
parent0450dc6909f1543a9515f9e686a5c01c7888073b (diff)
test suite: Break out t-dgit-manpage
No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/sbuild-gitish7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/tests/sbuild-gitish b/tests/tests/sbuild-gitish
index 7156d0e..6e497b2 100755
--- a/tests/tests/sbuild-gitish
+++ b/tests/tests/sbuild-gitish
@@ -10,12 +10,7 @@ t-tstunt-parsechangelog
t-prep-newpackage example 1.1
buildrune=$(
- (export LC_ALL=C.UTF-8
- if [ "$DGIT_TEST_INTREE" ]; then
- make -C $DGIT_TEST_INTREE dgit-user.7.view
- else
- man 7 dgit-user
- fi) | \
+ t-dgit-manpage 7 dgit-user | \
perl -ne '
next unless m/^ +Using sbuild$/ .. 0;
next unless m/^ +\%/ .. 0;