summaryrefslogtreecommitdiff
path: root/test/system/150-login.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-01 03:36:11 -0400
committerGitHub <noreply@github.com>2021-10-01 03:36:11 -0400
commit317e20a8d5a39088ea112f8321630aacfe27ddbc (patch)
tree934f83cc105ca3f619d07f7b41384c3d4c31a534 /test/system/150-login.bats
parentf96c281f53cff68ac0715dac5da0f53eefa95b8b (diff)
parentbf94ebf423931f6cd848126372fe558c8b956dcc (diff)
downloadpodman-317e20a8d5a39088ea112f8321630aacfe27ddbc.tar.gz
podman-317e20a8d5a39088ea112f8321630aacfe27ddbc.tar.bz2
podman-317e20a8d5a39088ea112f8321630aacfe27ddbc.zip
Merge pull request #11776 from edsantiago/bats_is_cleanup
System tests: tighten 'is' operator
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 ed925044c..c003a0409 100644
--- a/test/system/150-login.bats
+++ b/test/system/150-login.bats
@@ -245,7 +245,7 @@ function _test_skopeo_credential_sharing() {
is "$status" "0" "skopeo inspect - exit status"
got_name=$(jq -r .Name <<<"$output")
- is "$got_name" "$registry/$dest_name" "skopeo inspect -> Name"
+ is "$got_name" "$registry/$destname" "skopeo inspect -> Name"
# Now try without a valid login; it should fail
run_podman logout "$@" $registry