git svn info: tests: use test_cmp instead of git-diff
commit67214c85af7245a1f75da968334c529ec2610e70
authorThomas Rast <trast@student.ethz.ch>
Tue, 26 Aug 2008 19:32:34 +0000 (26 21:32 +0200)
committerEric Wong <normalperson@yhbt.net>
Fri, 5 Sep 2008 23:58:39 +0000 (5 16:58 -0700)
tree4ec98829e69d887a849e577de09d46fbb48c15b3
parente9a805aa2ac18621853271e33b9aef963bf4e272
git svn info: tests: use test_cmp instead of git-diff

git-diff does not appear to return the correct exit values, and gives
a false success for more than half (!) of the tests due to the space
in "trash directory" which git-svn fails to encode.

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