aboutsummaryrefslogtreecommitdiff
path: root/test/system/150-login.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-07-18 14:38:44 -0600
committerPaul Holzinger <pholzing@redhat.com>2022-09-09 11:59:27 +0200
commit8e1aa7af3a3d4fac1aefa94ed4a4455ac190ead9 (patch)
treec938d8e3d2b0e327db70a8b214c9317ce01639b2 /test/system/150-login.bats
parenteb28a1c08469d56494006d0f2c64933ab7078d01 (diff)
downloadpodman-8e1aa7af3a3d4fac1aefa94ed4a4455ac190ead9.tar.gz
podman-8e1aa7af3a3d4fac1aefa94ed4a4455ac190ead9.tar.bz2
podman-8e1aa7af3a3d4fac1aefa94ed4a4455ac190ead9.zip
Fixes for vendoring Buildah
This commit was automatically cherry-picked by buildah-vendor-treadmill v0.3 from the buildah vendor treadmill PR, #13808 Changes since 2022-08-16: - buildah 4139: minor line-number changes to the diff file because helpers.bash got edited - buildah 4190: skip the new test if remote - buildah 4195: add --retry / --retry-delay - changes to deal with vendoring gomega, units - changes to the podman login error message in system test Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'test/system/150-login.bats')
-rw-r--r--test/system/150-login.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/150-login.bats b/test/system/150-login.bats
index b57bb44ab..b85007f0b 100644
--- a/test/system/150-login.bats
+++ b/test/system/150-login.bats
@@ -122,7 +122,7 @@ function setup() {
--password-stdin \
$registry <<< "x${PODMAN_LOGIN_PASS}"
is "$output" \
- "Error: error logging into \"$registry\": invalid username/password" \
+ "Error: logging into \"$registry\": invalid username/password" \
'output from podman login'
}