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~130^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e2c2407683bf51c30004d2804623f2eb8e831b7a?ds=inline;hp=--cc 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 --- e2c2407683bf51c30004d2804623f2eb8e831b7a diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh index 1636fac2a4..929d5d4d3b 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