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
..
001-basic.bats systemtest - new set of BATS tests for RHEL8 gating 2019-05-28 10:10:50 -06:00
010-inspect.bats issue#785 inspect command - introduce a way to skip querying available tags for an image 2021-10-12 20:24:39 +05:30
020-copy.bats Add system tests 2021-03-16 11:00:56 +01:00
030-local-registry-tls.bats Add system tests 2021-03-16 11:00:56 +01:00
040-local-registry-auth.bats Add system tests 2021-03-16 11:00:56 +01:00
050-signing.bats Add system tests 2021-03-16 11:00:56 +01:00
060-delete.bats Migrate tests from docker.io 2021-01-21 14:04:01 -07:00
helpers.bash Fix bug that prevented useful diagnostics on registry fail 2021-11-10 19:56:33 -07:00
make-noarch-manifest Migrate tests from docker.io 2021-01-21 14:04:01 -07:00
run-tests fixup! Incorporate review feedback from mtrmac 2019-05-28 10:10:50 -06:00