tests: deal with one more unsigned warning

C90 wants this unsigned hint before it will dtrt

Change-Id: Ic60b0336df7e8c4373582ffa352f4042ebc021c1
Reviewed-on: http://gerrit.openafs.org/8050
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
Derrick Brashear 2012-09-06 14:27:13 -04:00
parent f230eda87f
commit fe2641e35b

View File

@ -60,7 +60,7 @@ main(int argc, char **argv)
is_int(0xdeadbeef, opr_jhash_opaque("", 0, 0),
"Hashing an empty string works");
is_int(2748273291,
is_int(2748273291UL,
opr_jhash_opaque("Four score and seven years ago", 30, 0),
"Hashing a string with a 0 initval works");
is_int(1389900913,