Elijah Newren wrote: >> On Sun, Oct 3, 2010 at 8:46 AM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: >>>> --- 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 /* && [...] >> 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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html