On Fri, Mar 22, 2013 at 12:14:27PM +0100, Johannes Sixt wrote:
> Am 3/22/2013 11:00, schrieb John Keeping:
> > On Fri, Mar 22, 2013 at 08:13:46AM +0100, Johannes Sixt wrote:
> >> Am 3/21/2013 8:41, schrieb Johannes Sixt:
> >>> Am 3/20/2013 23:59, schrieb David Aguilar:
> I started digging in a
Am 3/22/2013 11:00, schrieb John Keeping:
> On Fri, Mar 22, 2013 at 08:13:46AM +0100, Johannes Sixt wrote:
>> Am 3/21/2013 8:41, schrieb Johannes Sixt:
>>> Am 3/20/2013 23:59, schrieb David Aguilar:
I started digging in and the @worktree_files (aka @worktree above)
is populated from the o
On Fri, Mar 22, 2013 at 08:13:46AM +0100, Johannes Sixt wrote:
> Am 3/21/2013 8:41, schrieb Johannes Sixt:
> > Am 3/20/2013 23:59, schrieb David Aguilar:
> >> I started digging in and the @worktree_files (aka @worktree above)
> >> is populated from the output of "git diff --raw ...".
> >>
> >> Seei
Am 3/21/2013 8:41, schrieb Johannes Sixt:
> Am 3/20/2013 23:59, schrieb David Aguilar:
>> I started digging in and the @worktree_files (aka @worktree above)
>> is populated from the output of "git diff --raw ...".
>>
>> Seeing the "output" filename in "diff --raw" implies that one of the
>> tests a
Am 3/20/2013 23:59, schrieb David Aguilar:
> I started digging in and the @worktree_files (aka @worktree above)
> is populated from the output of "git diff --raw ...".
>
> Seeing the "output" filename in "diff --raw" implies that one of the
> tests added "output" to the index somehow. I do not se
On Wed, Mar 20, 2013 at 2:48 AM, Johannes Sixt wrote:
> Am 2/21/2013 5:03, schrieb David Aguilar:
>> test_expect_success PERL 'difftool -d' '
>> - diff=$(git difftool -d --extcmd ls branch) &&
>> - echo "$diff" | stdin_contains sub &&
>> - echo "$diff" | stdin_contains file
>> + g
Am 2/21/2013 5:03, schrieb David Aguilar:
> test_expect_success PERL 'difftool -d' '
> - diff=$(git difftool -d --extcmd ls branch) &&
> - echo "$diff" | stdin_contains sub &&
> - echo "$diff" | stdin_contains file
> + git difftool -d --extcmd ls branch >output &&
> + stdin_con
Eliminate a lot of redundant work by using test_config().
Catch more return codes by more use of temporary files
and test_cmp.
The original tests relied upon restore_test_defaults()
from the previous test to provide the next test with a sane
environment. Make the tests do their own setup so that
8 matches
Mail list logo