diff options
Diffstat (limited to 't/libobj15b.sh')
-rwxr-xr-x | t/libobj15b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/libobj15b.sh b/t/libobj15b.sh index 71ace126f..004c53914 100755 --- a/t/libobj15b.sh +++ b/t/libobj15b.sh @@ -16,7 +16,7 @@ # Nonexistent source for AC_LIBSOURCE should cause Automake to fail. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |