mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
2ceb97196e
Bats' run should only be used when we want to check both the command output and its non-zero exit status. Otherwise, we can rely on implicit exit code check (as the tests are run with set -e), or use if, etc. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>