]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5601-clone.sh
don't use test_must_fail with grep
authorPranit Bauva <pranit.bauva@gmail.com>
Tue, 3 Jan 2017 19:57:07 +0000 (01:27 +0530)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Jan 2017 21:20:01 +0000 (13:20 -0800)
commitc7cf956618c4af9f3151a90d7552b05767e6444f
treeea074b87fcb872c13df8b0b5d2c3d2b12c5a89d6
parenta274e0a036ea886a31f8b216564ab1b4a3142f6c
don't use test_must_fail with grep

test_must_fail should only be used for testing git commands. To test the
failure of other commands use `!`.

Reported-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3510-cherry-pick-sequence.sh
t/t5504-fetch-receive-strict.sh
t/t5516-fetch-push.sh
t/t5601-clone.sh
t/t6030-bisect-porcelain.sh
t/t7610-mergetool.sh
t/t9001-send-email.sh
t/t9117-git-svn-init-clone.sh
t/t9813-git-p4-preserve-users.sh
t/t9814-git-p4-rename.sh