repo.or.cz
/
bash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added gitignore entries needed to ignore derived objects generated from full build...
[bash.git]
/
tests
/
run-printf
blob
4555c626769647503094e9110c54843e36e0c5f6
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