projects
/
platform
/
upstream
/
bash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported from ../bash-3.0.tar.gz.
[platform/upstream/bash.git]
/
tests
/
run-printf
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
5
diff $AFLAG /tmp/xx printf.right && rm -f /tmp/xx