From: wolf Date: Fri, 3 Dec 1999 09:31:29 +0000 (+0000) Subject: Omit creation of a temporary file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a7d6a2f1028eb22d3562ad780a40ed9547ada9;p=dealii-svn.git Omit creation of a temporary file. git-svn-id: https://svn.dealii.org/trunk@1973 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/Makefile b/tests/lac/Makefile index ae159e3641..abc17eabfc 100644 --- a/tests/lac/Makefile +++ b/tests/lac/Makefile @@ -144,8 +144,7 @@ target1: $(target1-o-files) $(libraries) %.output:%.testcase @echo =====Running======= $< @$< - @perl -pi.bak -e 's/JobId.*//;s/value.*//;' $@ - @rm $@.bak + @perl -pi -e 's/JobId.*//;s/value.*//;' $@ %.check:%.output @diff $< $(patsubst %.output,%.checked, $<) && echo '=====OK============'