mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
fix per review request
Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
@ -148,6 +148,7 @@ podman pull busybox
|
|||||||
#is "$img_cnt" 2 "number of images in tar archive"
|
#is "$img_cnt" 2 "number of images in tar archive"
|
||||||
# TODO getting multiple images is not supported yet
|
# TODO getting multiple images is not supported yet
|
||||||
# once it is supported replace the test below by the tests above
|
# once it is supported replace the test below by the tests above
|
||||||
t GET "images/get?names=alpine&names=busybox" 501
|
t GET "images/get?names=alpine&names=busybox" 501 \
|
||||||
|
.cause="getting multiple image is not supported yet"
|
||||||
|
|
||||||
# vim: filetype=sh
|
# vim: filetype=sh
|
||||||
|
Reference in New Issue
Block a user