diff options
Diffstat (limited to 't/libobj20a.sh')
-rwxr-xr-x | t/libobj20a.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/libobj20a.sh b/t/libobj20a.sh index 52c41ecf9..3f67144dd 100755 --- a/t/libobj20a.sh +++ b/t/libobj20a.sh @@ -17,7 +17,7 @@ # Test error reporting for AC_CONFIG_LIBOBJ_DIR. # See also sister tests 'libobj20b.sh' and 'libobj20c.sh'. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_CONFIG_LIBOBJ_DIR([libobj-dir]) |