mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
egrep reported as obsolete by opensuse-tumbleweed builds
This commit is contained in:
parent
a96b7e6563
commit
d442ea1bb9
10 changed files with 17 additions and 18 deletions
2
testing/external/scripts/diff-all
vendored
2
testing/external/scripts/diff-all
vendored
|
@ -27,7 +27,7 @@ for i in $(echo $files_cwd $files_baseline | sort | uniq); do
|
|||
if [[ "$i" == "reporter.log" ]]; then
|
||||
# Do not diff the reporter.log if it only complains about missing
|
||||
# GeoIP support or database.
|
||||
if ! egrep -v "^#|Zeek was not configured for GeoIP support|Failed to open GeoIP" $i; then
|
||||
if ! grep -E -v "^#|Zeek was not configured for GeoIP support|Failed to open GeoIP" $i; then
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue