t0050: perl portability fix
commite8e29c7b5507ed97067391490adbeeca2b1bca34
authorJeff King <peff@peff.net>
Wed, 12 Mar 2008 21:30:10 +0000 (12 17:30 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Mar 2008 07:57:40 +0000 (13 00:57 -0700)
tree3140d32e8e4aa2dbb82bff1568c069817c6e06a1
parent40a7ce64e146c79a966a8494d3a7e85826d7f4e9
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>
Tested-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0050-filesystem.sh