From 14cd1fe2877131a057315321f11ea4e3ab026fcf Mon Sep 17 00:00:00 2001 From: wolf Date: Sun, 19 Oct 2003 22:28:00 +0000 Subject: [PATCH] Fix shell test. git-svn-id: https://svn.dealii.org/trunk@8112 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 413175082f..19417b3078 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -62,7 +62,7 @@ endif %.output : %.exe @echo =====Running======= $< @ulimit -t 2400 ; ./$< ; \ - if test ! $$? == 0 ; then rm $@ ; false ; fi + if test ! $$? = 0 ; then rm $@ ; false ; fi @perl -pi $(normalize) $@ -- 2.39.5