diff options
Diffstat (limited to 't/txinfo8.sh')
-rwxr-xr-x | t/txinfo8.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo8.sh b/t/txinfo8.sh index 6b1c6face..46b791ab7 100755 --- a/t/txinfo8.sh +++ b/t/txinfo8.sh @@ -18,7 +18,7 @@ # -a when we're using AC_CONFIG_AUX_DIR. Bug report by by Per # Cederqvist. -. ./defs || exit 1 +. test-init.sh cat > configure.ac << END AC_INIT([$me], [1.0]) |