aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-printf
blob: 4555c626769647503094e9110c54843e36e0c5f6 (plain)
1
2
3
4
5
# See whether or not we can use `diff -a'
( diff -a ./printf.tests ./printf.tests >/dev/null 2>&1 ) && AFLAG=-a

${THIS_SH} ./printf.tests > /tmp/xx 2>&1
diff $AFLAG /tmp/xx printf.right && rm -f /tmp/xx