t0050: perl portability fix
commit9dcc94998c0e3e3cd445b9137085ee82a80d809d
authorJeff King <peff@peff.net>
Wed, 12 Mar 2008 21:30:10 +0000 (12 17:30 -0400)
committerJeff King <peff@peff.net>
Thu, 13 Mar 2008 12:19:01 +0000 (13 08:19 -0400)
tree3a8f0578c21bf3b50a338444865193bcdef3d800
parent613fb0f45a1ecbd3e9b2a9fee99e3b9ec30d9703
t0050: perl portability fix

Older versions of perl (such as 5.005) don't understand -CO, nor
do they understand the "U" pack specifier. Instead of using perl,
let's just printf the binary bytes we are interested in.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0050-filesystem.sh