testsuite: Use '|| true' when pipefail is involved
On Mac OSX, this script fails because of the behavior of pipefail. A simple ' || true' solves the problem, while 'grep' still ensures it behaves as expected. |
---|
|
test/issue877-auto-fetch-package-on-run.sh |
---|