diff options
Diffstat (limited to 't/lexvpath.sh')
-rwxr-xr-x | t/lexvpath.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lexvpath.sh b/t/lexvpath.sh index 569048ebe..04098bb53 100755 --- a/t/lexvpath.sh +++ b/t/lexvpath.sh @@ -23,7 +23,7 @@ # Please keep this in sync with sister test 'yaccvapth.sh'. required='cc lex' -. ./defs || exit 1 +. test-init.sh cat > lexoutroot.in << 'END' LEX_OUTPUT_ROOT='@LEX_OUTPUT_ROOT@' |