X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7002-grep.sh;h=68b2b92879c5e187a33d34d3daf54bb3c131e40f;hb=fa30383642c5838bd6d4c903abafcea17568abb1;hp=6bfb899ed10606886ea3ce444f636b687bbfb66d;hpb=460cccd3ba1d38fd64c9e83e40d58bcf3e9d7d2c;p=git.git diff --git a/t/t7002-grep.sh b/t/t7002-grep.sh index 6bfb899ed..68b2b9287 100755 --- a/t/t7002-grep.sh +++ b/t/t7002-grep.sh @@ -107,6 +107,10 @@ do diff expected actual ' + test_expect_failure "grep -c $L (no /dev/null)" ' + git grep -c test $H | grep -q "/dev/null" + ' + done test_done