summaryrefslogtreecommitdiff
path: root/t/silent-yacc.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/silent-yacc.sh')
-rwxr-xr-xt/silent-yacc.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/silent-yacc.sh b/t/silent-yacc.sh
index c5729efe5..a1de8b7c3 100755
--- a/t/silent-yacc.sh
+++ b/t/silent-yacc.sh
@@ -15,15 +15,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Check silent-rules mode for Yacc.
-# Keep this in sync with sister test 'silent-yacc-gcc.sh'.
required='cc yacc'
-. ./defs || exit 1
+. test-init.sh
mkdir sub
cat >>configure.ac <<'EOF'
-AM_SILENT_RULES
AM_PROG_CC_C_O
AC_PROG_YACC
AC_CONFIG_FILES([sub/Makefile])