diff options
Diffstat (limited to 't/library.sh')
-rwxr-xr-x | t/library.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/library.sh b/t/library.sh index e95fecb90..8675f28e1 100755 --- a/t/library.sh +++ b/t/library.sh @@ -16,7 +16,7 @@ # Test for _DEPENDENCIES with libraries. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_RANLIB |