diff options
Diffstat (limited to 't/objc-minidemo.sh')
-rwxr-xr-x | t/objc-minidemo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/objc-minidemo.sh b/t/objc-minidemo.sh index e20a0369e..8b8d6e71e 100755 --- a/t/objc-minidemo.sh +++ b/t/objc-minidemo.sh @@ -18,7 +18,7 @@ # See also sister test 'objcxx-minidemo.sh'. required=native -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_OBJC |