Merge branch 'ss/cherry-pick-x-doc' into maint
[gitweb.git] / t / test-lib.sh
index abc47f3abc5d925ed217d0d95f10bf078bc26034..8a274fbe7916c6c2b661757e496788ee8463e664 100644 (file)
@@ -89,6 +89,9 @@ esac
 _x05='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'
 _x40="$_x05$_x05$_x05$_x05$_x05$_x05$_x05$_x05"
 
+# Zero SHA-1
+_z40=0000000000000000000000000000000000000000
+
 # Each test should start with something like this, after copyright notices:
 #
 # test_description='Description of this test...