commit | e2c2407683bf51c30004d2804623f2eb8e831b7a | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <johannes.schindelin@gmx.de> | Wed Mar 11 17:58:32 2009 +0100 |
committer | Johannes Sixt <j6t@kdbg.org> | Thu Mar 19 21:47:14 2009 +0100 |
tree | 25e880222039bf022b83e46c6e124d5e4a82034e | |
parent | 1f553918a8482ea792e8cd4d5d2c75fe60f68aae [diff] |
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 <foo/bar' inside a subshell lest removing the whole test repository fail. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Johannes Sixt <j6t@kdbg.org>