Skip to content

Commit

Permalink
regress: simplify code and fix comment
Browse files Browse the repository at this point in the history
we're not running under `set -e' since a long time.
  • Loading branch information
omar-polo committed Aug 3, 2024
1 parent 69e34a6 commit 5c44bf9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions regress/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,7 @@ check() {
return 1
fi

# remember: we're running under ``set -e''
if ps $pid >/dev/null; then
return 0
fi

return 1
ps $pid >/dev/null
}

count() {
Expand Down

0 comments on commit 5c44bf9

Please sign in to comment.