diff options
Diffstat (limited to 't/subpkg-yacc.sh')
-rwxr-xr-x | t/subpkg-yacc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subpkg-yacc.sh b/t/subpkg-yacc.sh index 0ce1a7c23..f05396f74 100755 --- a/t/subpkg-yacc.sh +++ b/t/subpkg-yacc.sh @@ -18,7 +18,7 @@ # properly, when a subpackage is involved. required='cc yacc' -. ./defs || exit 1 +. test-init.sh cat >>configure.ac <<'END' AC_PROG_CC |