aboutsummaryrefslogtreecommitdiff
path: root/t/t9140-git-svn-reset.sh
Commit message (Collapse)AuthorAge
* Convert "! git" to "test_must_fail git"Jared Hance2010-07-20
| | | | | | | | | | test_must_fail will account for segfaults in git, so it should be used instead of "! git" This patch does not change any of the commands that use pipes. Signed-off-by: Jared Hance <jaredhance@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* git svn: rename tests that had conflicting numbersEric Wong2009-07-19
Some unrelated tests were developed simultaneously and resulted in test numbers conflicting. To avoid difficulty when referring to tests via the "tXXXX" convention, rename the newer tests. Suggested by Marc Branchaud. Signed-off-by: Eric Wong <normalperson@yhbt.net>