Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- t/t5403-post-checkout-hook.sh | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/t/t5403-post-checkout-hook.sh b/t/t5403-post-checkout-hook.sh index d05a913..0c126d7 100755 --- a/t/t5403-post-checkout-hook.sh +++ b/t/t5403-post-checkout-hook.sh @@ -9,11 +9,8 @@ test_description='Test the post-checkout hook.' test_expect_success setup ' echo Data for commit0. >a && echo Data for commit0. >b && - git update-index --add a && - git update-index --add b && - tree0=$(git write-tree) && - commit0=$(echo setup | git commit-tree $tree0) && - git update-ref refs/heads/master $commit0 && + git add a b && + git commit -m setup && git clone ./. clone1 && git clone ./. clone2 && GIT_DIR=clone2/.git git branch new2 && -- 1.7.3.1.256.g2539c.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html