mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
Sigh. 'expr 1 - 1' yields 0 (correctly) but also exits 1. This is even documented in the man page, but I didn't know it. And thus, on the final iteration, when timeout reached 0, BATS errored out on the expr instead of continuing to the 'podman logs' or the 'die' message. Solution is super trivial: use $(( ... )) instead of expr. Signed-off-by: Ed Santiago <santiago@redhat.com> |
||
---|---|---|
.. | ||
001-basic.bats | ||
010-inspect.bats | ||
020-copy.bats | ||
030-local-registry-tls.bats | ||
040-local-registry-auth.bats | ||
050-signing.bats | ||
060-delete.bats | ||
helpers.bash | ||
make-noarch-manifest | ||
run-tests |