summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-28 19:47:23 +0000
committerColin Watson <cjwatson@debian.org>2016-12-28 19:47:23 +0000
commit158b8db3ae5525e6c55368e7baadf4a7527b16be (patch)
tree687c55cf9e9bb6a6a723f1e8facdb673f95355cc /debian/tests
parent8a962a189a7474925ae0f8e2aae1c55346b91083 (diff)
Attempt to hack around regress/forwarding.sh test failure in some environments.
Diffstat (limited to 'debian/tests')
-rwxr-xr-xdebian/tests/regress3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/tests/regress b/debian/tests/regress
index 846482d62..02b8658bd 100755
--- a/debian/tests/regress
+++ b/debian/tests/regress
@@ -29,6 +29,9 @@ fi
29cp -a . "$TMP/tree" 29cp -a . "$TMP/tree"
30cd "$TMP/tree" 30cd "$TMP/tree"
31 31
32# Attempt to hack around test failure in some environments.
33sed -i 's/^base=33/base=34/' regress/forwarding.sh
34
32# We aren't actually going to use most of this build, but we need a basic 35# We aren't actually going to use most of this build, but we need a basic
33# build tree in place in order to be able to build the regression tests. 36# build tree in place in order to be able to build the regression tests.
34autoreconf -f -i 37autoreconf -f -i