summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Scheel <alex.scheel@hashicorp.com>2022-06-02 16:05:05 -0400
committerMatthew Heon <mheon@redhat.com>2022-06-14 16:12:10 -0400
commitbbd96e3eb504ba76e1fe87f168b7995e7361805a (patch)
tree4c12acf6b69ec6d07ec573ad92d3d9543b5dd369
parentec0c94a2ffc6c906959ccdfb0152a9a0957d6253 (diff)
downloadpodman-bbd96e3eb504ba76e1fe87f168b7995e7361805a.tar.gz
podman-bbd96e3eb504ba76e1fe87f168b7995e7361805a.tar.bz2
podman-bbd96e3eb504ba76e1fe87f168b7995e7361805a.zip
Update test output expectation
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
-rw-r--r--docs/source/markdown/podman-image-scp.1.md12
-rw-r--r--test/system/120-load.bats2
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/markdown/podman-image-scp.1.md b/docs/source/markdown/podman-image-scp.1.md
index 1d902da91..b6b610a7d 100644
--- a/docs/source/markdown/podman-image-scp.1.md
+++ b/docs/source/markdown/podman-image-scp.1.md
@@ -33,7 +33,7 @@ Suppress the output
```
$ podman image scp alpine
-Loaded image(s): docker.io/library/alpine:latest
+Loaded image: docker.io/library/alpine:latest
```
```
@@ -43,12 +43,12 @@ Copying blob 72e830a4dff5 done
Copying config 85f9dc67c7 done
Writing manifest to image destination
Storing signatures
-Loaded image(s): docker.io/library/alpine:latest
+Loaded image: docker.io/library/alpine:latest
```
```
$ podman image scp Fedora::alpine RHEL::
-Loaded image(s): docker.io/library/alpine:latest
+Loaded image: docker.io/library/alpine:latest
```
```
@@ -59,7 +59,7 @@ Copying blob 9450ef9feb15 [--------------------------------------] 0.0b / 0.0b
Copying config 1f97f0559c done
Writing manifest to image destination
Storing signatures
-Loaded image(s): docker.io/library/alpine:latest
+Loaded image: docker.io/library/alpine:latest
```
```
@@ -73,7 +73,7 @@ Copying blob 5eb901baf107 skipped: already exists
Copying config 696d33ca15 done
Writing manifest to image destination
Storing signatures
-Loaded image(s): docker.io/library/alpine:latest
+Loaded image: docker.io/library/alpine:latest
```
```
@@ -87,7 +87,7 @@ Copying blob 5eb901baf107
Copying config 696d33ca15 done
Writing manifest to image destination
Storing signatures
-Loaded image(s): docker.io/library/alpine:latest
+Loaded image: docker.io/library/alpine:latest
```
## SEE ALSO
diff --git a/test/system/120-load.bats b/test/system/120-load.bats
index 45e0b3362..5a7f63b43 100644
--- a/test/system/120-load.bats
+++ b/test/system/120-load.bats
@@ -121,7 +121,7 @@ verify_iid_and_name() {
run_podman untag $IMAGE $newname
run_podman image scp -q ${notme}@localhost::$newname
- expect="Loaded image(s): $newname"
+ expect="Loaded image: $newname"
is "$output" "$expect" "-q silences output"
# Confirm that we have it, and that its digest matches our original