diff options
Diffstat (limited to 't/output5.sh')
-rwxr-xr-x | t/output5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/output5.sh b/t/output5.sh index 8222ea700..f1453c65e 100755 --- a/t/output5.sh +++ b/t/output5.sh @@ -16,7 +16,7 @@ # Make sure Automake complains when there is no Makefile specified. -. ./defs || exit 1 +. test-init.sh cat > configure.ac << 'END' AC_INIT([foo], [bar], [baz]) |