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/t7012-skip-worktree-writing.sh | |
parent | Git 1.7.3 (diff) | |
download | tgif-3749fde561ad495dea74b0d3a13bba571068396d.tar.xz |
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/t7012-skip-worktree-writing.sh')
-rwxr-xr-x | t/t7012-skip-worktree-writing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7012-skip-worktree-writing.sh b/t/t7012-skip-worktree-writing.sh index 582d0b54f1..d70fe2fe30 100755 --- a/t/t7012-skip-worktree-writing.sh +++ b/t/t7012-skip-worktree-writing.sh @@ -54,7 +54,7 @@ test_expect_success 'read-tree removes worktree, dirty case' ' ' NULL_SHA1=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 -ZERO_SHA0=0000000000000000000000000000000000000000 + setup_absent() { test -f 1 && rm 1 git update-index --remove 1 && |