X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4012-diff-binary.sh;h=2d9f9a0cf1555cab24af19f264d495e134c27352;hb=aadf863de8e47e74f5b53e882a83f2098da1a36f;hp=05ec0628322ccc103343515feb70d27a9a0e6c76;hpb=d5c756e99ed7aa07427295b1011edf4718ea80b0;p=git.git diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh index 05ec06283..2d9f9a0cf 100755 --- a/t/t4012-diff-binary.sh +++ b/t/t4012-diff-binary.sh @@ -12,7 +12,7 @@ test_expect_success 'prepare repository' \ 'echo AIT >a && echo BIT >b && echo CIT >c && echo DIT >d && git update-index --add a b c d && echo git >a && - cat "$TEST_DIRECTORY"/test4012.png >b && + cat "$TEST_DIRECTORY"/test-binary-1.png >b && echo git >c && cat b b >d'