Bug #1360 » 0001-Fix-tests-PGREP-is-not-checked-correctly-in-utils-sc.patch
tests/utils/utils.sh | ||
---|---|---|
trap null_pipes SIGPIPE
|
||
# Check pgrep from env, default to pgrep if none
|
||
if [ -z "$PGREP" ]; then
|
||
if [ "no"x = "$PGREP"x ]; then
|
||
PGREP=pgrep
|
||
fi
|
||