diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-06-02 21:24:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 21:24:26 -0400 |
commit | 5e15a26e0ea52c76523950ab224d1b40df2b35bf (patch) | |
tree | a552af5d57ce89833d72c399a7a0900ce5e8b5bf /test | |
parent | 38720d91afa03240f942a2e252d2955f2df22e5a (diff) | |
parent | 1b6505d74bd5e2594aacb13c1310700be6ef3a32 (diff) | |
download | podman-5e15a26e0ea52c76523950ab224d1b40df2b35bf.tar.gz podman-5e15a26e0ea52c76523950ab224d1b40df2b35bf.tar.bz2 podman-5e15a26e0ea52c76523950ab224d1b40df2b35bf.zip |
Merge pull request #14460 from cipherboy/align-docker-podman-load-output
Align docker load and podman load output
Diffstat (limited to 'test')
-rw-r--r-- | test/system/120-load.bats | 2 |
1 files changed, 1 insertions, 1 deletions
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 |