diff options
Diffstat (limited to 't/remake-after-aclocal-m4.sh')
-rwxr-xr-x | t/remake-after-aclocal-m4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake-after-aclocal-m4.sh b/t/remake-after-aclocal-m4.sh index 45d7a6a94..f7ba219b9 100755 --- a/t/remake-after-aclocal-m4.sh +++ b/t/remake-after-aclocal-m4.sh @@ -17,7 +17,7 @@ # Test remake rules when aclocal.m4 or its prerequisites change. # Keep in sync with the other sister tests 'remake-after-*.sh'. -. ./defs || exit 1 +. test-init.sh magic1=::MagicStringOne:: magic2=__MagicStringTwo__ |