diff options
Diffstat (limited to 't/version4.sh')
-rwxr-xr-x | t/version4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/version4.sh b/t/version4.sh index f04305e1e..53285fe62 100755 --- a/t/version4.sh +++ b/t/version4.sh @@ -16,7 +16,7 @@ # Test to make sure we are compatible with the 1.4-p1 series. -. ./defs || exit 1 +. test-init.sh cat > Makefile.am << 'END' AUTOMAKE_OPTIONS = 1.4-p3 |