X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7002-grep.sh;h=18fe6f2d576d35706b1a712292b58155680cc9dc;hb=20341dd970b331fd721225ca630548ec1e90d8a5;hp=5e359cb561b6d6f7c1bae678b7b823ed2ce34cf1;hpb=11bd3ddb913afd9665e7e822ea54be4fc8d2d5ea;p=git.git diff --git a/t/t7002-grep.sh b/t/t7002-grep.sh index 5e359cb56..18fe6f2d5 100755 --- a/t/t7002-grep.sh +++ b/t/t7002-grep.sh @@ -109,7 +109,7 @@ do ' test_expect_success "grep -c $L (no /dev/null)" ' - ! git grep -c test $H | grep -q /dev/null + ! git grep -c test $H | grep /dev/null ' done