Project

General

Profile

Bug #1360 » 0001-Fix-tests-PGREP-is-not-checked-correctly-in-utils-v2.patch

Heng Guo, 10/17/2022 01:09 AM

View differences:

tests/utils/utils.sh
trap null_pipes SIGPIPE
# Check pgrep from env, default to pgrep if none
if [ -z "$PGREP" ]; then
if [ -z "$PGREP" ] || [ "no"x = "$PGREP"x ]; then
PGREP=pgrep
fi
(6-6/7)