K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-03-25T00:31:42.564648Z K 7 svn:log V 321 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. END