Re: [PATCHv6 15/16] Add missing &&'s throughout the testsuite

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]