X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5301-sliding-window.sh;h=0a24e61ff942ee91dfb25fe490330a0272480ac2;hb=a79b8b6623288f7d5409ad749cc6553976a4f0e8;hp=fce77f1255378b715c23be5978fcc13e56ba263d;hpb=1924d64f6e070edf1ad1949bf2eb95d4d2451f30;p=git.git diff --git a/t/t5301-sliding-window.sh b/t/t5301-sliding-window.sh index fce77f125..0a24e61ff 100755 --- a/t/t5301-sliding-window.sh +++ b/t/t5301-sliding-window.sh @@ -13,48 +13,48 @@ test_expect_success \ do echo $i >$i && test-genrandom "$i" 32768 >>$i && - git-update-index --add $i || return 1 + git update-index --add $i || return 1 done && - echo d >d && cat c >>d && git-update-index --add d && - tree=`git-write-tree` && - commit1=`git-commit-tree $tree d && cat c >>d && git update-index --add d && + tree=`git write-tree` && + commit1=`git commit-tree $tree