X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4012-diff-binary.sh;h=b8ec6e90afb970b1b2540e30901b2f058522544e;hb=c4275591fbb7d582c397b228e38dbb8419c89330;hp=69934991cb297ca817e9fdf254e70de15b607780;hpb=d6096f17d2d5d9ccb453aabf8edc6ee238b166fc;p=git.git diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh index 69934991c..b8ec6e90a 100755 --- a/t/t4012-diff-binary.sh +++ b/t/t4012-diff-binary.sh @@ -61,7 +61,7 @@ test_expect_success 'apply detecting corrupt patch correctly' \ detected=`sed -ne "${detected}p" broken` && test "$detected" = xCIT' -test_expect_success 'initial commit' 'git-commit -a -m initial' +test_expect_success 'initial commit' 'git commit -a -m initial' # Try removal (b), modification (d), and creation (e). test_expect_success 'diff-index with --binary' \ @@ -72,7 +72,7 @@ test_expect_success 'diff-index with --binary' \ git apply --stat --summary current' test_expect_success 'apply binary patch' \ - 'git-reset --hard && + 'git reset --hard && git apply --binary --index