From 157737a3d92d067c09908a345ab595fb2b3d89bf Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Fri, 16 Nov 2007 08:55:58 +0100 Subject: [PATCH] stat.exe is available from GNUWin32 (CoreUtils). --- t/t5300-pack-object.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/t/t5300-pack-object.sh b/t/t5300-pack-object.sh index 9a81d84106..169f60e33a 100755 --- a/t/t5300-pack-object.sh +++ b/t/t5300-pack-object.sh @@ -26,12 +26,6 @@ corrupt() ) < $1 > $2 } -test "$no_symlinks" && { - stat() { - ls -l "$3" | tr -s ' ' ' ' | cut -d' ' -f5 - } -} - test_expect_success \ 'setup' \ 'rm -f .git/index*