History log of /freebsd-11-stable/usr.bin/hexdump/tests/d_hexdump_dflag_c_eb.out
Revision Date Author Comments
# 359290 25-Mar-2020 kevans

MFC r358553: hexdump: tests: take into account byte order

Hexdump test was failling on big endian systems when testing decimal, octal
and hexa outputs as the tests were designed on a little endian system. This
revision adds the two distinct flavors of output expected and determines at
runtime which to compare against.