diff options
Diffstat (limited to 't/ar-lib5a.sh')
-rwxr-xr-x | t/ar-lib5a.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ar-lib5a.sh b/t/ar-lib5a.sh index a11e218f7..6f800e601 100755 --- a/t/ar-lib5a.sh +++ b/t/ar-lib5a.sh @@ -19,7 +19,7 @@ # Keep this test in sync with sister test 'ar-lib5b.sh'. required=lib -. ./defs || exit 1 +. test-init.sh cat > configure.ac << END AC_INIT([$me], [1.0]) |