diff options
Diffstat (limited to 'testsuite/xxd.tests')
-rwxr-xr-x | testsuite/xxd.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/xxd.tests b/testsuite/xxd.tests index 2e80be5..76fa96a 100755 --- a/testsuite/xxd.tests +++ b/testsuite/xxd.tests @@ -31,4 +31,10 @@ testing 'xxd -p with 31 NULs' \ '' \ '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0' +testing 'xxd -p -r' \ + 'xxd -p -r' \ + '01234567765432100123456776543210' \ + '' \ + '30313233343536373736353433323130 30313233343536373736353433323130' + exit $FAILCOUNT |