commit | a798b2c0f60ed7ae9161a4c4affb6127ff3b2575 | [log] [tgz] |
---|---|---|
author | Alex Riesen <raa.lkml@gmail.com> | Tue Mar 04 00:48:56 2008 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Mar 03 21:52:04 2008 -0800 |
tree | 75d05b68f549d9c546238bb16e0b63ef905f2c85 | |
parent | 4d4c3e1c12df7a76810f72a9012e591516cef03d [diff] |
Fix test for cleanup failure in t7300 on Windows Keep the file open to: the OS does not allow removal of open files. The saner systems just have a saner permission model and chmod 0 is enough for the test. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>