diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-24 07:34:13 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-24 07:34:43 +0200 |
commit | 3749fde561ad495dea74b0d3a13bba571068396d (patch) | |
tree | 7af166ba620df483c4196663a33f682cba3f2447 /t/t1400-update-ref.sh | |
parent | Git 1.7.3 (diff) | |
download | git-3749fde561ad495dea74b0d3a13bba571068396d.tar.xz git-3749fde561ad495dea74b0d3a13bba571068396d.zip |
test: use $_z40 from test-lib
There is no need to duplicate the definition of $_z40 and $_x40 that
test-lib.sh supplies the test scripts.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1400-update-ref.sh')
-rwxr-xr-x | t/t1400-update-ref.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh index 54ba3df95f..6b39915765 100755 --- a/t/t1400-update-ref.sh +++ b/t/t1400-update-ref.sh @@ -6,7 +6,7 @@ test_description='Test git update-ref and basic ref logging' . ./test-lib.sh -Z=0000000000000000000000000000000000000000 +Z=$_z40 test_expect_success setup ' |