summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2020-10-05 15:46:50 -0700
committerJhon Honce <jhonce@redhat.com>2020-10-07 10:40:30 -0700
commitb490905f26bcbdd23c0c431482604ad563ea7948 (patch)
treed345133ad92e0b7891003a47fed618d45d2f562b /test/system
parent173e3c2faa74e5ef1b941338c06e5dd7dca68ac2 (diff)
downloadpodman-b490905f26bcbdd23c0c431482604ad563ea7948.tar.gz
podman-b490905f26bcbdd23c0c431482604ad563ea7948.tar.bz2
podman-b490905f26bcbdd23c0c431482604ad563ea7948.zip
Port commands to V2 --format 'table...'
* 'containers mount' * 'image history' * 'images mount' * 'images search' * Correct spelling errors Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'test/system')
-rw-r--r--test/system/060-mount.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/060-mount.bats b/test/system/060-mount.bats
index 75c88e4ad..f11aff773 100644
--- a/test/system/060-mount.bats
+++ b/test/system/060-mount.bats
@@ -56,7 +56,7 @@ load helpers
# 'image mount', no args, tells us what's mounted
run_podman image mount
- is "$output" "$IMAGE $mount_path" "podman image mount with no args"
+ is "$output" "$IMAGE *$mount_path" "podman image mount with no args"
# Clean up
run_podman image umount $IMAGE