diff options
author | Ron Yorston <rmy@pobox.com> | 2024-12-30 14:45:15 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-12-30 14:45:15 +0000 |
commit | 370ce52cca8e7e8a341d5e238a79fd67f6048bb6 (patch) | |
tree | 48c78d906a4467bb618946d96574a5bc21cacfba /testsuite/hexdump.tests | |
parent | dc3ee8e0523a4f651f3012ae1f5a181548187709 (diff) | |
parent | 14f57f5357cb674b88e7cdaff6267bf9d84c6b80 (diff) | |
download | busybox-w32-merge.tar.gz busybox-w32-merge.tar.bz2 busybox-w32-merge.zip |
Merge branch 'busybox' into mergemerge
Diffstat (limited to 'testsuite/hexdump.tests')
-rwxr-xr-x | testsuite/hexdump.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/hexdump.tests b/testsuite/hexdump.tests index be0379cfc..517ec508b 100755 --- a/testsuite/hexdump.tests +++ b/testsuite/hexdump.tests | |||
@@ -82,4 +82,10 @@ testing "hexdump -e /2 %d" \ | |||
82 | "\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f"\ | 82 | "\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f"\ |
83 | "\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff"\ | 83 | "\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff"\ |
84 | 84 | ||
85 | testing "hexdump -n4 -e '\"%u\"'" \ | ||
86 | "hexdump -n4 -e '\"%u\"'" \ | ||
87 | "12345678" \ | ||
88 | "" \ | ||
89 | "\x4e\x61\xbc\x00AAAA" | ||
90 | |||
85 | exit $FAILCOUNT | 91 | exit $FAILCOUNT |