From daeb6f00b2510e4aaf95a1010b038b6b076f11f5 Mon Sep 17 00:00:00 2001
From: Ed Santiago <santiago@redhat.com>
Date: Mon, 23 Mar 2020 14:54:45 -0600
Subject: system tests: enable skopeo REGISTRY_AUTH_FILE

skopeo pr #829 adds REGISTRY_AUTH_FILE support; this lets us
enable the following test:

  podman login - shares credentials with skopeo - via envariable

(I seriously doubt that the CI VMs have been updated with the
new skopeo, but I can leave this PR in limbo until that happens.
Otherwise I'll forget to enable the test).

Signed-off-by: Ed Santiago <santiago@redhat.com>
---
 test/system/150-login.bats | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/system/150-login.bats b/test/system/150-login.bats
index 3edb11c2f..611db8bcf 100644
--- a/test/system/150-login.bats
+++ b/test/system/150-login.bats
@@ -286,7 +286,6 @@ function _test_skopeo_credential_sharing() {
 }
 
 @test "podman login - shares credentials with skopeo - via envariable" {
-    skip "skopeo does not yet support REGISTRY_AUTH_FILE; #822"
     authfile=${PODMAN_LOGIN_WORKDIR}/auth-$(random_string 10).json
     rm -f $authfile
 
-- 
cgit v1.2.3-54-g00ecf