git-svn: fix 'info' tests for unknown items
commit4457d4f767f0744e7936be449c3d25c507b7591a
authorThomas Rast <trast@student.ethz.ch>
Fri, 29 Aug 2008 13:42:49 +0000 (29 15:42 +0200)
committerEric Wong <normalperson@yhbt.net>
Fri, 5 Sep 2008 23:58:39 +0000 (5 16:58 -0700)
treee7a6aeb5087844f4373f3f4ae97ee020d2ce2f8c
parent2cf3e3ac02c42cf0ba9299589db644beb395c4c5
git-svn: fix 'info' tests for unknown items

The previous tests all expected the results from SVN and Git to be
identical, and expected both to return success.  This cannot be
guaranteed: SVN changed the message style between 1.4 and 1.5, and
in 1.5, sets a failure exit code.

Change the tests to verify that 'git svn info <item>' sets a failure
exit code, and that its output contains the file name.  This should
hopefully catch all other errors.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Eric Wong <normalperson@yhbt.net>
t/t9119-git-svn-info.sh