i-bash/tests/run-printf

6 lines
204 B
Text
Raw Normal View History

1999-02-19 17:11:39 +00:00
# See whether or not we can use `diff -a'
( diff -a ./printf.tests ./printf.tests >/dev/null 2>&1 ) && AFLAG=-a
1998-04-17 19:52:44 +00:00
${THIS_SH} ./printf.tests > /tmp/xx 2>&1
1999-02-19 17:11:39 +00:00
diff $AFLAG /tmp/xx printf.right && rm -f /tmp/xx