tests: add a test for the new with_stderr mechanism
authorDavid Aguilar <davvid@gmail.com>
Thu, 29 May 2008 09:17:13 +0000 (02:17 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 29 May 2008 09:17:13 +0000 (02:17 -0700)
commit7d49273897bd317323e0a3bbbc01b76e83370f0c
treedd55affa00a6255dfeafe79dfb7747243137bd08
parentc4d5e7c9dab813adf9bfd8198bb9bb00c9a9503b
tests: add a test for the new with_stderr mechanism

This test ensures that stderr is merged into stdout when
git.foo( with_stderr=True ) is called.

Signed-off-by: David Aguilar <davvid@gmail.com>
test/git/test_git.py