author | Jeff King <peff@peff.net> | |
Wed, 12 Mar 2008 21:30:10 +0000 (17:30 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 13 Mar 2008 07:57:40 +0000 (00:57 -0700) | ||
commit | e8e29c7b5507ed97067391490adbeeca2b1bca34 | |
tree | 3140d32e8e4aa2dbb82bff1568c069817c6e06a1 | tree | snapshot |
parent | 40a7ce64e146c79a966a8494d3a7e85826d7f4e9 | commit | diff |
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>
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 | diff | blob | history |