summaryrefslogtreecommitdiff
path: root/t/objc-flags.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/objc-flags.sh')
-rwxr-xr-xt/objc-flags.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/objc-flags.sh b/t/objc-flags.sh
index e98a81128..91b00437e 100755
--- a/t/objc-flags.sh
+++ b/t/objc-flags.sh
@@ -16,7 +16,7 @@
# Test Objective C compilation flags.
-. ./defs || exit 1
+. test-init.sh
cat >> configure.ac << 'END'
AC_PROG_OBJC
@@ -57,6 +57,6 @@ grep '\$(OBJCFLAGS).*\$(foo.*_OBJCFLAGS)' Makefile.in && exit 1
grep '\$(foo.*_OBJCFLAGS).*\$(AM_OBJCFLAGS)' Makefile.in && exit 1
./configure OBJCFLAGS=-UERROR
-$MAKE
+$MAKE
: