summaryrefslogtreecommitdiff
path: root/t/yacc-mix-c-cxx.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yacc-mix-c-cxx.sh')
-rwxr-xr-xt/yacc-mix-c-cxx.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/t/yacc-mix-c-cxx.sh b/t/yacc-mix-c-cxx.sh
index b688992c7..eb4b3057a 100755
--- a/t/yacc-mix-c-cxx.sh
+++ b/t/yacc-mix-c-cxx.sh
@@ -181,13 +181,10 @@ for try in 0 1; do
# Minimal checks about recovering from header removal.
rm -f p.h parse.hh parse3.hxx
- $run_make p.h parse.hh
+ $run_make
$debug_info
test -f p.h
test -f parse.hh
- test ! -e parse3.hxx
- $run_make
- $debug_info
test -f parse3.hxx
cd $srcdir