diff options
Diffstat (limited to 't/libobj3.sh')
-rwxr-xr-x | t/libobj3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/libobj3.sh b/t/libobj3.sh index 1c78cbabe..c42359102 100755 --- a/t/libobj3.sh +++ b/t/libobj3.sh @@ -17,7 +17,7 @@ # Make sure we complain if @LIBOBJS@ is used without being set in # configure.ac. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_RANLIB |