mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
The pattern `echo str | grep -qE pattern` likes to fail on the z CI here for an unknown reason. Use `grep -qE pattern <<< str` instead. Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com> Upstream-commit: 24da8a0ed415c019179ca2c4f7496cbdffb7e4d0 Component: engine