diff --git a/tests/Makefile b/tests/Makefile index b84669e6..bc68de0d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -224,7 +224,7 @@ endif abitest: $(ABITESTS) @echo ------------ $@ ------------ ./abitest-cc$(EXESUF) lib_path=.. include="$(top_srcdir)/include" - if [ $(CONFIG_arm_eabi) != "yes" ]; then \ + if [ "$(CONFIG_arm_eabi)" != "yes" ]; then \ ./abitest-tcc$(EXESUF) lib_path=.. include="$(top_srcdir)/include"; fi vla_test$(EXESUF): vla_test.c