diff options
author | Alexander Scheel <alex.scheel@hashicorp.com> | 2022-06-02 16:05:05 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-06-14 16:12:10 -0400 |
commit | bbd96e3eb504ba76e1fe87f168b7995e7361805a (patch) | |
tree | 4c12acf6b69ec6d07ec573ad92d3d9543b5dd369 /test/system/120-load.bats | |
parent | ec0c94a2ffc6c906959ccdfb0152a9a0957d6253 (diff) | |
download | podman-bbd96e3eb504ba76e1fe87f168b7995e7361805a.tar.gz podman-bbd96e3eb504ba76e1fe87f168b7995e7361805a.tar.bz2 podman-bbd96e3eb504ba76e1fe87f168b7995e7361805a.zip |
Update test output expectation
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Diffstat (limited to 'test/system/120-load.bats')
-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 |