diff options
Diffstat (limited to 't/distcheck-pr9579.sh')
-rwxr-xr-x | t/distcheck-pr9579.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/distcheck-pr9579.sh b/t/distcheck-pr9579.sh index ae1da2b92..8c6b6da54 100755 --- a/t/distcheck-pr9579.sh +++ b/t/distcheck-pr9579.sh @@ -17,7 +17,7 @@ # Check against automake bug#9579: distcheck does not always detect # incomplete uninstall as advertised. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_OUTPUT |