diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-23 22:34:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-23 22:34:43 -0700 |
commit | 3749fde561ad495dea74b0d3a13bba571068396d (patch) | |
tree | 7af166ba620df483c4196663a33f682cba3f2447 /t/t4027-diff-submodule.sh | |
parent | 87b50542a08ac6caa083ddc376e674424e37940a (diff) | |
download | git-3749fde561ad495dea74b0d3a13bba571068396d.tar.gz |
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/t4027-diff-submodule.sh')
-rwxr-xr-x | t/t4027-diff-submodule.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4027-diff-submodule.sh b/t/t4027-diff-submodule.sh index d99814ac64..fbe44a3271 100755 --- a/t/t4027-diff-submodule.sh +++ b/t/t4027-diff-submodule.sh @@ -5,7 +5,6 @@ test_description='difference in submodules' . ./test-lib.sh . "$TEST_DIRECTORY"/diff-lib.sh -_z40=0000000000000000000000000000000000000000 test_expect_success setup ' test_tick && test_create_repo sub && |