]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3200-branch.sh
t3200: mark assertion with SHA1 prerequisite
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 25 May 2020 19:59:09 +0000 (19:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2020 17:07:06 +0000 (10:07 -0700)
commit49c9a2ffe59b2e89ed4fd3f90b3dbc5d67760d74
treec003f64e9317a12abb784cdf90782e89ad28c736
parentd553acebeeda584e0e749cfe04dad450c667de90
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>
t/t3200-branch.sh