X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft6026-merge-attr.sh;h=4b423e937dbd259e5b2311051907a54309e0edb9;hb=494202524f76ac0385ae483abf970c4c9c692a77;hp=56fc34176859b81137b4d88af90398b9a74a18f7;hpb=f8db7884286232274c8e7c7d82a35a2478b097d3;p=git.git diff --git a/t/t6026-merge-attr.sh b/t/t6026-merge-attr.sh index 56fc34176..4b423e937 100755 --- a/t/t6026-merge-attr.sh +++ b/t/t6026-merge-attr.sh @@ -106,9 +106,9 @@ test_expect_success 'custom merge backend' ' cmp binary union && sed -e 1,3d text >check-1 && - o=$(git-unpack-file master^:text) && - a=$(git-unpack-file side^:text) && - b=$(git-unpack-file master:text) && + o=$(git unpack-file master^:text) && + a=$(git unpack-file side^:text) && + b=$(git unpack-file master:text) && sh -c "./custom-merge $o $a $b 0" && sed -e 1,3d $a >check-2 && cmp check-1 check-2 && @@ -133,9 +133,9 @@ test_expect_success 'custom merge backend' ' cmp binary union && sed -e 1,3d text >check-1 && - o=$(git-unpack-file master^:text) && - a=$(git-unpack-file anchor:text) && - b=$(git-unpack-file master:text) && + o=$(git unpack-file master^:text) && + a=$(git unpack-file anchor:text) && + b=$(git unpack-file master:text) && sh -c "./custom-merge $o $a $b 0" && sed -e 1,3d $a >check-2 && cmp check-1 check-2 &&