]> git.ipfire.org Git - thirdparty/git.git/commit
t1050: match object ID paths in a hash-insensitive way
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 13 May 2020 00:53:41 +0000 (00:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2020 05:36:17 +0000 (22:36 -0700)
commita1142963710fd71e5e6e0feb0c4020e977301af7
treee3d52e91b14c7be8ccfe0bc748e02385b67c2b66
parentb994622632154fc3b17fb40a38819ad954a5fb88
t1050: match object ID paths in a hash-insensitive way

The pattern here looking for failures is specific to SHA-1.  Let's
create a variable that matches the regex or glob pattern for a path
within the objects directory.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1050-large.sh
t/test-lib.sh