summaryrefslogtreecommitdiff
path: root/t/t7201-co.sh
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2008-07-22 21:16:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-23 18:35:23 (GMT)
commit03b9dfb18ba451a2221601b740004befa7614c5b (patch)
treea9eb5652f6a830c0c5fb38e12666f32311cc9e04 /t/t7201-co.sh
parent9a885fac0d530854f81eb6f4c4e19380ea041047 (diff)
downloadgit-03b9dfb18ba451a2221601b740004befa7614c5b.zip
git-03b9dfb18ba451a2221601b740004befa7614c5b.tar.gz
git-03b9dfb18ba451a2221601b740004befa7614c5b.tar.bz2
t3200,t7201: replace '!' with test_must_fail
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7201-co.sh')
-rwxr-xr-xt/t7201-co.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7201-co.sh b/t/t7201-co.sh
index 3111baa..9ad5d63 100755
--- a/t/t7201-co.sh
+++ b/t/t7201-co.sh
@@ -335,6 +335,6 @@ test_expect_success \
git checkout -b delete-me master &&
rm .git/refs/heads/delete-me &&
test refs/heads/delete-me = "$(git symbolic-ref HEAD)" &&
- !(git checkout --track -b track)'
+ test_must_fail git checkout --track -b track'
test_done