aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/scripts/gen-simple-xfail3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/scripts/gen-simple-xfail b/tests/scripts/gen-simple-xfail
index bb8c5ae..e35935a 100755
--- a/tests/scripts/gen-simple-xfail
+++ b/tests/scripts/gen-simple-xfail
@@ -12,8 +12,7 @@ do
echo " @../ek $NAME/$NAME.ek > reports/$NAME/log 2>&1 \\" >> tests.mk
echo " && echo 'Wrong retval' > reports/$NAME/OK \\" >> tests.mk
echo " || :" >> tests.mk
- echo " @grep '$EMSG' reports/$NAME/log > /dev/null; \\" >> tests.mk
- echo " [ \$\$? -eq 0 ] \\" >> tests.mk
+ echo " @grep '$EMSG' reports/$NAME/log > /dev/null \\" >> tests.mk
echo " && echo OK > reports/$NAME/OK \\" >> tests.mk
echo " || echo EMSG > reports/$NAME/OK" >> tests.mk
done