From: Johannes Schindelin Date: Wed, 11 Mar 2009 16:58:32 +0000 (+0100) Subject: t7300: fix clean up on Windows X-Git-Tag: v1.6.3-rc0~93^2~22 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e2c2407683bf51c30004d2804623f2eb8e831b7a;p=git-core%2Fgit.git t7300: fix clean up on Windows On Windows, you cannot remove files that are in use, not even with 'rm -rf'. So we need to run 'exec Signed-off-by: Johannes Sixt --- diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh index 1636fac2a..929d5d4d3 100755 --- a/t/t7300-clean.sh +++ b/t/t7300-clean.sh @@ -373,9 +373,9 @@ test_expect_success 'removal failure' ' mkdir foo && touch foo/bar && - exec