diff options
Diffstat (limited to 't/nodist3.sh')
-rwxr-xr-x | t/nodist3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/nodist3.sh b/t/nodist3.sh index f45f66f9e..cb302d25e 100755 --- a/t/nodist3.sh +++ b/t/nodist3.sh @@ -16,7 +16,7 @@ # Test to make sure no-dist option works. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |