diff options
author | Colin Watson <cjwatson@debian.org> | 2016-12-31 01:23:11 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-12-31 01:23:11 +0000 |
commit | 249a10987ea8a48f582c544767845a2e8c9f32c3 (patch) | |
tree | ec8a7cec5f3a3761b648daa13c4f234dc94afdf7 /debian/tests/regress | |
parent | 255b8554a50b5c75fca63f76b1ac837c0d4fb7aa (diff) |
Revert attempted hack around regress/forwarding.sh test failure, since it doesn't seem to help.
Diffstat (limited to 'debian/tests/regress')
-rwxr-xr-x | debian/tests/regress | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/tests/regress b/debian/tests/regress index 02b8658bd..846482d62 100755 --- a/debian/tests/regress +++ b/debian/tests/regress | |||
@@ -29,9 +29,6 @@ fi | |||
29 | cp -a . "$TMP/tree" | 29 | cp -a . "$TMP/tree" |
30 | cd "$TMP/tree" | 30 | cd "$TMP/tree" |
31 | 31 | ||
32 | # Attempt to hack around test failure in some environments. | ||
33 | sed -i 's/^base=33/base=34/' regress/forwarding.sh | ||
34 | |||
35 | # We aren't actually going to use most of this build, but we need a basic | 32 | # We aren't actually going to use most of this build, but we need a basic |
36 | # build tree in place in order to be able to build the regression tests. | 33 | # build tree in place in order to be able to build the regression tests. |
37 | autoreconf -f -i | 34 | autoreconf -f -i |