~elementary-os/ubuntu-package-imports/bash-trusty

« back to all changes in this revision

Viewing changes to tests/run-func

  • Committer: RabbitBot
  • Date: 2015-03-27 19:22:02 UTC
  • Revision ID: rabbitbot@elementaryos.org-20150327192202-jnxj95x3o8b6rl73
Initial import, version 4.3-7ubuntu1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
echo "warning: if you have exported functions defined in your environment," >&2
 
2
echo "warning: they may show up as diff output." >&2
 
3
echo "warning: if so, please do not consider this a test failure" >&2
 
4
${THIS_SH} ./func.tests > /tmp/xx 2>&1
 
5
diff /tmp/xx func.right && rm -f /tmp/xx