test: Make glyph test pass on big endian
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 11 Jun 2012 23:13:45 +0000 (19:13 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 11 Jun 2012 23:19:23 +0000 (19:19 -0400)
commit619a60d201bfdfe2f15fca75f6e686fc7c275b5b
tree2268ff51829f0073be0dc3ac5ec066df8c0134b7
parentf80e7ad3cbf46218bb3b4247e7b9e5d448670ad8
test: Make glyph test pass on big endian

The destination buffer was initialized with random uint32_t values, so
it started out different on big endian vs. little endian. Fix that by
initializing the buffer with random uint8_t values instead.
test/glyph-test.c