summaryrefslogtreecommitdiff
path: root/t/pr87.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr87.sh')
-rw-r--r--t/pr87.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/t/pr87.sh b/t/pr87.sh
index 61fa11b96..96bc50d29 100644
--- a/t/pr87.sh
+++ b/t/pr87.sh
@@ -55,19 +55,6 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE -a
-# Regression test for bug where '.c.o:' is followed by blank line.
-(while read line; do
- if test "$line" = ".c.o:"; then
- read next
- if test -z "$next"; then
- exit 1
- else
- : # For shells with broken 'set -e'.
- fi
- break
- fi
- done) < foo/Makefile.in || exit 1
-
cd build
../configure
$MAKE distcheck