We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a885fa commit 03b9dfbCopy full SHA for 03b9dfb
t/t3200-branch.sh
@@ -200,7 +200,7 @@ test_expect_success \
200
201
test_expect_success \
202
'branch from non-branch HEAD w/--track causes failure' \
203
- '!(git branch --track my10 HEAD^)'
+ 'test_must_fail git branch --track my10 HEAD^'
204
205
# Keep this test last, as it changes the current branch
206
cat >expect <<EOF
t/t7201-co.sh
@@ -335,6 +335,6 @@ test_expect_success \
335
git checkout -b delete-me master &&
336
rm .git/refs/heads/delete-me &&
337
test refs/heads/delete-me = "$(git symbolic-ref HEAD)" &&
338
- !(git checkout --track -b track)'
+ test_must_fail git checkout --track -b track'
339
340
test_done
0 commit comments