fstests: replace hexdump with od command
[xfstests-dev.git] / tests / f2fs / 001
index e2429e463913e171096315a638e6b479b72c0f25..1141a63e0061f45d70a24a208b03db2e7497cc0b 100755 (executable)
@@ -45,9 +45,9 @@ $XFS_IO_PROG -c "truncate 96" -c "pwrite -S 0x58 8192 4096" $testfile 2>&1 \
        | _filter_xfs_io_error
 
 echo "==== check data contents ===="
-hexdump -C $testfile
+_hexdump $testfile
 _scratch_cycle_mount
-hexdump -C $testfile
+_hexdump $testfile
 
 rm $testfile
 rm $dummyfile