Elijah Newren wrote:
quoted
On Sun, Oct 3, 2010 at 8:46 AM, Jonathan Nieder [off-list ref] wrote:
quoted
quoted
quoted
--- a/t/t1509-root-worktree.sh
+++ b/t/t1509-root-worktree.sh
@@ -232,8 +232,8 @@ say "auto bare gitdir"
# DESTROYYYYY!!!!!
test_expect_success 'setup' '
- rm -rf /refs /objects /info /hooks
- rm /*
+ rm -rf /refs /objects /info /hooks &&
+ rm /* &&
[...]
quoted
How about replacing the two rm commands with a simple 'rm -rf /*'?
Umm, won't that delete _everything_, including git?
I would suggest just leaving the test alone and contacting the test
author or adding a comment unless you can test the change.