]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3301-notes.sh
Convert "! git" to "test_must_fail git"
authorJared Hance <jaredhance@gmail.com>
Tue, 20 Jul 2010 23:18:34 +0000 (19:18 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Jul 2010 23:47:17 +0000 (16:47 -0700)
commitce14e0b264b31dd02a0c9d1688bceb6579d052fa
tree6496dde81c7a512ee30b90afff7f5c9914093dfb
parentc5212b87dafb3f559ceb898bd9b40bfc3cd0ad68
Convert "! git" to "test_must_fail git"

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>
t/t1001-read-tree-m-2way.sh
t/t3301-notes.sh
t/t3306-notes-prune.sh
t/t3410-rebase-preserve-dropped-merges.sh
t/t6037-merge-ours-theirs.sh
t/t7509-commit.sh
t/t7607-merge-overwrite.sh
t/t7810-grep.sh
t/t9130-git-svn-authors-file.sh
t/t9139-git-svn-non-utf8-commitencoding.sh
t/t9140-git-svn-reset.sh