2 lines
104 B
Text
2 lines
104 B
Text
${THIS_SH} ./invert.tests 2>&1 | grep -v '^expect' > /tmp/xx
|
|
diff /tmp/xx invert.right && rm -f /tmp/xx
|