blob: f449eb866b3ab1233639b8599476f5f9cb702739 [file] [log] [blame]
Jari Aaltod166f041997-06-05 14:59:13 +00001echo "warning: if you have exported functions defined in your environment," >&2
2echo "warning: they may show up as diff output." >&2
3echo "warning: if so, please do not consider this a test failure" >&2
4${THIS_SH} ./func.tests > /tmp/xx 2>&1
5diff /tmp/xx func.right && rm -f /tmp/xx