diff options
author | Alexander Scheel <alex.scheel@hashicorp.com> | 2022-06-02 16:05:05 -0400 |
---|---|---|
committer | Alexander Scheel <alex.scheel@hashicorp.com> | 2022-06-02 16:05:05 -0400 |
commit | 1b6505d74bd5e2594aacb13c1310700be6ef3a32 (patch) | |
tree | 1fae3be5931b68d1bcb5ea288636585a408025d9 /test | |
parent | 5023ce585c724b0c2bd49945393585d72b6e6342 (diff) | |
download | podman-1b6505d74bd5e2594aacb13c1310700be6ef3a32.tar.gz podman-1b6505d74bd5e2594aacb13c1310700be6ef3a32.tar.bz2 podman-1b6505d74bd5e2594aacb13c1310700be6ef3a32.zip |
Update test output expectation
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
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 |