Code

Merge branch 'jc/t1506-shell-param-expansion-gotcha'
[git.git] / t / test-lib.sh
index c5b18e282a7ef4246fb7d725cf94bfc5e7e72dc3..b2ce2bc4b22f43c0b324ab3f596a7f865fa58cc1 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...