diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-03-21 11:30:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-03-21 11:30:12 -0700 |
| commit | 564710379b4aa8300c25502b6090e50b8ea74bf5 (patch) | |
| tree | 99980f05010df25eb7afbd6cc797156174a04be9 | |
| parent | Merge branch 'jt/transfer-fsck-with-promissor' (diff) | |
| parent | t/t3200: fix a typo in a test description (diff) | |
| download | git-564710379b4aa8300c25502b6090e50b8ea74bf5.tar.gz git-564710379b4aa8300c25502b6090e50b8ea74bf5.zip | |
Merge branch 'ks/t3200-typofix'
Test typofix.
* ks/t3200-typofix:
t/t3200: fix a typo in a test description
| -rwxr-xr-x | t/t3200-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 503a88d029..6c0b7ea4ad 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -528,7 +528,7 @@ test_expect_success 'git branch -c -f o/q o/p should work when o/p exists' ' git branch -c -f o/q o/p ' -test_expect_success 'git branch -c qq rr/qq should fail when r exists' ' +test_expect_success 'git branch -c qq rr/qq should fail when rr exists' ' git branch qq && git branch rr && test_must_fail git branch -c qq rr/qq |
