source: vendor/bash/3.1-p17/tests/run-printf

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 204 bytes
Line 
1# See whether or not we can use `diff -a'
2( diff -a ./printf.tests ./printf.tests >/dev/null 2>&1 ) && AFLAG=-a
3
4${THIS_SH} ./printf.tests > /tmp/xx 2>&1
5diff $AFLAG /tmp/xx printf.right && rm -f /tmp/xx
Note: See TracBrowser for help on using the repository browser.