|
Ran
|
Files
3
|
Run time
0s
|
Badge
README BADGES
|
push
github
grep: no match for empty pattern file (#821) * Testing against old commit 504caa95c, "grep -f empty" was handled by exit(1), i.e. no match * A recent commit introduced a bug where ARGV would be shifted incorrectly if an empty file was passed as argument to -f * Follow GNU grep and bypass the search in this case because we know there cannot be any matches %touch empty && perl grep -f empty ar %echo $? 1
350 of 479 relevant lines covered (73.07%)
4736.89 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|