diff options
Diffstat (limited to 'test/system/030-run.bats')
-rw-r--r-- | test/system/030-run.bats | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/system/030-run.bats b/test/system/030-run.bats index d1f87d554..8ae68f33d 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -26,7 +26,9 @@ echo $rand | 0 | $rand # a way to do so. eval set "$cmd" - run_podman $expected_rc run $PODMAN_TEST_IMAGE_FQN "$@" + run_podman $expected_rc run $IMAGE "$@" is "$output" "$expected_output" "podman run $cmd - output" done < <(parse_table "$tests") } + +# vim: filetype=sh |