X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5403-post-checkout-hook.sh;h=9b2e1a94c5fb5aa094853a169cbdf2f7dc56e152;hb=363cfc1716c9192053aaceb7e61e6a3af5699ddd;hp=823239a251f9ba9607649382d595db1b6cc6dcb2;hpb=c477553b2f4f621216b25800e121af52e0750087;p=git.git diff --git a/t/t5403-post-checkout-hook.sh b/t/t5403-post-checkout-hook.sh index 823239a25..9b2e1a94c 100755 --- a/t/t5403-post-checkout-hook.sh +++ b/t/t5403-post-checkout-hook.sh @@ -14,8 +14,8 @@ test_expect_success setup ' tree0=$(git write-tree) && commit0=$(echo setup | git commit-tree $tree0) && git update-ref refs/heads/master $commit0 && - git-clone ./. clone1 && - git-clone ./. clone2 && + git clone ./. clone1 && + git clone ./. clone2 && GIT_DIR=clone2/.git git branch -a new2 && echo Data for commit1. >clone2/b && GIT_DIR=clone2/.git git add clone2/b &&