summaryrefslogtreecommitdiff
path: root/t/t3200-branch.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/t3200-branch.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/t3200-branch.sh')
-rwxr-xr-xt/t3200-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index 7c583c8..7a83fbf 100755
--- a/t/t3200-branch.sh
+++ b/t/t3200-branch.sh
@@ -200,7 +200,7 @@ test_expect_success \
test_expect_success \
'branch from non-branch HEAD w/--track causes failure' \
- '!(git branch --track my10 HEAD^)'
+ 'test_must_fail git branch --track my10 HEAD^'
# Keep this test last, as it changes the current branch
cat >expect <<EOF