From b490905f26bcbdd23c0c431482604ad563ea7948 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Mon, 5 Oct 2020 15:46:50 -0700 Subject: Port commands to V2 --format 'table...' * 'containers mount' * 'image history' * 'images mount' * 'images search' * Correct spelling errors Signed-off-by: Jhon Honce --- test/system/060-mount.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/system') 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 -- cgit v1.2.3-54-g00ecf