tests: fix portability issue in dd/ascii test
commita78d85386bf4a55d7ccbd7c03c0075615b3f61d2
authorPádraig Brady <P@draigBrady.com>
Wed, 26 Nov 2014 20:15:15 +0000 (26 20:15 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 26 Nov 2014 20:16:43 +0000 (26 20:16 +0000)
tree54c0db146e03943438a3b9640b7c2be26a4b96d0
parentd07d9f24345aaba25dfe6759a30d7d6f304b21ce
tests: fix portability issue in dd/ascii test

Solaris 8 was seen to issue this error:
"printf: `&': illegal format character"

* test/dd/ascii.sh: Use the coreutils printf in this test
rather than the system one, to avoid portability issues.
tests/dd/ascii.sh