]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4034-diff-words.sh
t4034: abstract away SHA-1-specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 28 Oct 2019 00:59:02 +0000 (00:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2019 02:34:58 +0000 (11:34 +0900)
commit0253e126a271f10dc1f1fc630193a4026ec8a7ee
treea0ed6959a9b03de6bcadd11f1175854df2f5b7b0
parent45e2ef2b1d7093e535a0c3963e64a0c212aace54
t4034: abstract away SHA-1-specific constants

Adjust the test so that it computes variables for object IDs instead of
using hard-coded hashes.  Move some expected result heredocs around so
that they can use computed variables.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4034-diff-words.sh