From: Wolfgang Bangerth Date: Sun, 19 Oct 2003 22:28:00 +0000 (+0000) Subject: Fix shell test. X-Git-Tag: v8.0.0~16098 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869412f330baa3ed0145358fb4279a6b17927835;p=dealii.git Fix shell test. git-svn-id: https://svn.dealii.org/trunk@8112 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) $@