diff options
Diffstat (limited to 't/lex-nodist.sh')
-rwxr-xr-x | t/lex-nodist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex-nodist.sh b/t/lex-nodist.sh index 0bbb6cbe4..e318c3ee2 100755 --- a/t/lex-nodist.sh +++ b/t/lex-nodist.sh @@ -21,7 +21,7 @@ # for yacc-generated .c and .h files. required='cc lex' -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |