Files
skopeo/systemtest
Ed Santiago 942cd6ec58 Fix bug that prevented useful diagnostics on registry fail
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>
2021-11-10 19:56:33 -07:00
..
2021-03-16 11:00:56 +01:00
2021-03-16 11:00:56 +01:00
2021-03-16 11:00:56 +01:00
2021-03-16 11:00:56 +01:00
2021-01-21 14:04:01 -07:00