cygwin: trust executable bit by default
[gitweb.git] / t / test-lib.sh
index 763b9c55a81796e11fcc3eaefd9ec362106c7c2a..a3fe16d2b0d1ce8383a7d8d22f3effa291f3eab0 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...