Skip to content

Commit e41cc48

Browse files
author
davidcok
committed
More test fixes
1 parent 24cd944 commit e41cc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/T_show6.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
R=T_show6
33
tmpfile=$(mktemp)
44
C="openjml --esc --subexpressions T_show1.java"
5-
bash -c "$C" | grep -v "Show statement" > $tmpfile
6-
grep -v "Show statement" < $R.out | diff - $tmpfile && rm -rf $tmpfile $R.out.actual
5+
bash -c "$C" | grep -v "Show statement" | grep -v "VALUE" > $tmpfile
6+
grep -v "Show statement" < $R.out | grep -v "VALUE" | diff - $tmpfile && rm -rf $tmpfile $R.out.actual

0 commit comments

Comments
 (0)