diff --git a/regress/lib.sh b/regress/lib.sh index 3a4e8f4..fb6d046 100644 --- a/regress/lib.sh +++ b/regress/lib.sh @@ -161,7 +161,7 @@ check() { fi pid="$(cat gmid.pid || true)" - if [ "$pid" == "" ]; then + if [ "$pid" = "" ]; then return 1 fi