]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: replace hexdump with od command
authorZorro Lang <zlang@redhat.com>
Mon, 11 Apr 2022 16:37:09 +0000 (00:37 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 17 Apr 2022 11:53:32 +0000 (19:53 +0800)
commitdaa0c0146c7db84d1e368fcfcc8751566695b590
treee69d9695e6f0624305f79d6b2cc634f96163bb3d
parent4a7b35d7a76cd993ad7a62fd180e00589c73ac4b
fstests: replace hexdump with od command

The "od" is one of the most fundamental commands in GNU/Linux and
most Unix-like systems. So we nearly always can count on it, don't
need to check if it's installed.

The "hexdump" isn't such fundamental as "od", some systems don't
install it by default. And as "od" nearly can replace all functions
of "hexdump", so let's use an unified command "od" to do the hexdump
job in fstests cases.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
27 files changed:
common/rc
tests/ceph/002
tests/ceph/002.out
tests/f2fs/001
tests/f2fs/001.out
tests/generic/029
tests/generic/029.out
tests/generic/030
tests/generic/030.out
tests/generic/031
tests/generic/031.out
tests/generic/032
tests/generic/032.out
tests/generic/033
tests/generic/033.out
tests/generic/042
tests/generic/086
tests/generic/086.out
tests/generic/404
tests/generic/404.out
tests/generic/536
tests/generic/567
tests/generic/567.out
tests/generic/612
tests/generic/612.out
tests/generic/639
tests/generic/639.out