X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5301-sliding-window.sh;h=073ac0c6f9dd3d06474b1b81c8c7b622dcfee663;hb=38c9c9b798a0df875968ae49d699298131dfa24d;hp=fce77f1255378b715c23be5978fcc13e56ba263d;hpb=f95c6780c244e90abf87222126ad3b4bb18a504e;p=git.git diff --git a/t/t5301-sliding-window.sh b/t/t5301-sliding-window.sh index fce77f125..073ac0c6f 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