Fix test for cleanup failure in t7300 on Windows
commita798b2c0f60ed7ae9161a4c4affb6127ff3b2575
authorAlex Riesen <raa.lkml@gmail.com>
Mon, 3 Mar 2008 23:48:56 +0000 (4 00:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Mar 2008 05:52:04 +0000 (3 21:52 -0800)
tree75d05b68f549d9c546238bb16e0b63ef905f2c85
parent4d4c3e1c12df7a76810f72a9012e591516cef03d
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>
t/t7300-clean.sh