mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
stat.exe is available from GNUWin32 (CoreUtils).
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user