X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft4012-diff-binary.sh;h=b8ec6e90afb970b1b2540e30901b2f058522544e;hb=c4275591fbb7d582c397b228e38dbb8419c89330;hp=64c372a025bd78afc3d3a2ce13543561f9c97706;hpb=94c27881bd98d5bb70e3d4f8a18e384095c876b9;p=git.git diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh index 64c372a02..b8ec6e90a 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 ../test4012.png >b && + cat "$TEST_DIRECTORY"/test4012.png >b && echo git >c && cat b b >d'