X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft6003-rev-list-topo-order.sh;h=88d14ee1a3419f06c45a30e42a79934c4284c465;hb=680bab3d9a33029be38590681832ae9b6d74ad60;hp=98c5e2faea1d92e60f23a895b736a4716cd3fa0c;hpb=28346d2d3c6e609a618c6c429d865e9d5d50b998;p=git.git diff --git a/t/t6003-rev-list-topo-order.sh b/t/t6003-rev-list-topo-order.sh index 98c5e2fa..88d14ee1 100755 --- a/t/t6003-rev-list-topo-order.sh +++ b/t/t6003-rev-list-topo-order.sh @@ -6,7 +6,7 @@ test_description='Tests git-rev-list --topo-order functionality' . ./test-lib.sh -. ../t6000-lib.sh # t6xxx specific functions +. ../t6000lib.sh # t6xxx specific functions list_duplicates() { @@ -14,7 +14,7 @@ list_duplicates() } date >path0 -git-update-cache --add path0 +git-update-index --add path0 save_tag tree git-write-tree on_committer_date "1971-08-16 00:00:00" hide_error save_tag root unique_commit root tree on_committer_date "1971-08-16 00:00:01" save_tag l0 unique_commit l0 tree -p root