summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-12-07 14:28:21 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-12-07 14:37:27 +0100
commit9cd0efbb5c35ad718a669370424ac6b1bf8aaaf6 (patch)
treee052dbced47c027e3b35882bed000ed80e1bd63a /test/system
parente117ad3ba26926d68efcf9cdfc8b6406f3615e99 (diff)
downloadpodman-9cd0efbb5c35ad718a669370424ac6b1bf8aaaf6.tar.gz
podman-9cd0efbb5c35ad718a669370424ac6b1bf8aaaf6.tar.bz2
podman-9cd0efbb5c35ad718a669370424ac6b1bf8aaaf6.zip
add comment to #8558 regression test
As suggested by @edsantiago, add a comment to the regression test of #8558 to better document the context. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'test/system')
-rw-r--r--test/system/030-run.bats2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/030-run.bats b/test/system/030-run.bats
index d6f1d471a..3ee141f5f 100644
--- a/test/system/030-run.bats
+++ b/test/system/030-run.bats
@@ -541,6 +541,8 @@ json-file | f
run_podman inspect $IMAGE --format "{{.ID}}"
imageID="$output"
+ # prior to #8623 `podman run` would error out on untagged images with:
+ # Error: both RootfsImageName and RootfsImageID must be set if either is set: invalid argument
run_podman untag $IMAGE
run_podman run --rm $imageID ls