diff options
Diffstat (limited to 't/pr243.sh')
-rwxr-xr-x | t/pr243.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pr243.sh b/t/pr243.sh index ee593f576..5ac32761e 100755 --- a/t/pr243.sh +++ b/t/pr243.sh @@ -27,7 +27,7 @@ # the colon in the CONFIG_FILES variable. required=cc -. ./defs || exit 1 +. test-init.sh cat > configure.ac << END AC_INIT([$me], [1.0]) |