mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
t3200: mark assertion with SHA1 prerequisite
One of the test assertions in this test checks that git branch -m works even without a .git/config file. However, if the repository requires configuration extensions, such as because it uses a non-SHA-1 algorithm, this assertion will fail. Mark the assertion as requiring SHA-1. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d553acebee
commit
49c9a2ffe5
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ EOF
|
|||
|
||||
mv .git/config .git/config-saved
|
||||
|
||||
test_expect_success 'git branch -m q q2 without config should succeed' '
|
||||
test_expect_success SHA1 'git branch -m q q2 without config should succeed' '
|
||||
git branch -m q q2 &&
|
||||
git branch -m q2 q
|
||||
'
|
||||
|
|
Loading…
Reference in a new issue