]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-printf
Bash-4.2 patch 7
[thirdparty/bash.git] / tests / run-printf
CommitLineData
b72432fd
JA
1# See whether or not we can use `diff -a'
2( diff -a ./printf.tests ./printf.tests >/dev/null 2>&1 ) && AFLAG=-a
3
cce855bc 4${THIS_SH} ./printf.tests > /tmp/xx 2>&1
b72432fd 5diff $AFLAG /tmp/xx printf.right && rm -f /tmp/xx