]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hexdump: add basic tests
authorOndrej Oprala <ooprala@redhat.com>
Mon, 23 Sep 2013 13:39:40 +0000 (15:39 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 8 Nov 2013 11:53:10 +0000 (12:53 +0100)
commitbea5774c5bc7af712e0e6c46bfe79e9e3643910b
treed22ed50055495302d2356330dafe31d24e8794a0
parent856ee0ba61003c9fb7183fc780142baf25d81a6d
hexdump: add basic tests

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/hexdump/format-strings-1b_char [new file with mode: 0644]
tests/expected/hexdump/format-strings-1b_octal [new file with mode: 0644]
tests/expected/hexdump/format-strings-2b_dec [new file with mode: 0644]
tests/expected/hexdump/format-strings-2b_hex [new file with mode: 0644]
tests/expected/hexdump/format-strings-2b_octal [new file with mode: 0644]
tests/expected/hexdump/format-strings-canon [new file with mode: 0644]
tests/expected/hexdump/format-strings-empty-format [moved from tests/expected/hexdump/empty-format with 100% similarity]
tests/ts/hexdump/empty-format [deleted file]
tests/ts/hexdump/files/ascii.in [new file with mode: 0644]
tests/ts/hexdump/format-strings [new file with mode: 0755]