summaryrefslogtreecommitdiffstats
path: root/clang/utils/ABITest/Makefile.test.common
diff options
context:
space:
mode:
Diffstat (limited to 'clang/utils/ABITest/Makefile.test.common')
-rw-r--r--clang/utils/ABITest/Makefile.test.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/ABITest/Makefile.test.common b/clang/utils/ABITest/Makefile.test.common
index 0094a2cbe06..3c208adf0c5 100644
--- a/clang/utils/ABITest/Makefile.test.common
+++ b/clang/utils/ABITest/Makefile.test.common
@@ -36,7 +36,7 @@ test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff te
ok=0;\
fi; \
done; \
- if [ $$ok == 1 ]; then \
+ if [ $$ok -eq 1 ]; then \
true; \
else \
false; \
OpenPOWER on IntegriCloud