diff options
Diffstat (limited to 't/remake-subdir.sh')
-rwxr-xr-x | t/remake-subdir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake-subdir.sh b/t/remake-subdir.sh index 1e4716d8f..a8014cf8f 100755 --- a/t/remake-subdir.sh +++ b/t/remake-subdir.sh @@ -19,7 +19,7 @@ # See also the other similar tests 'remake-subdir*.sh', and the # related test 'aclocal5.sh'. -. ./defs || exit 1 +. test-init.sh if using_gmake; then remake=$MAKE |