X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft0000-basic.sh;h=bd940bd09b3df6ff6cecae4fa8a9db739ef000e4;hb=edde7a8b5324d88f07fcb8204da313c19b4988fa;hp=3649f0f74570ac9d7a65287604663cb52567a6f0;hpb=3cc35e29ec252d0dca1139106fbaa70cb9ad6ef1;p=git.git diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 3649f0f7..bd940bd0 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -85,7 +85,7 @@ do done test_expect_success \ 'adding various types of objects with git-update-index --add.' \ - 'find path* ! -type d -print0 | xargs -0 git-update-index --add' + 'find path* ! -type d -print | xargs git-update-index --add' # Show them and see that matches what we expect. test_expect_success \