summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-04 23:57:40 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-04 23:59:37 -0700
commit8652dbd2221994938a8d58e5f66f091d460e26ee (patch)
tree1753deb64dbaeecec08448656fdca8971ba0f2a7 /kitchen-tests
parent69d0710481a8d5d475a812a956b8493db918404f (diff)
downloadchef-8652dbd2221994938a8d58e5f66f091d460e26ee.tar.gz
Change how we get the fingerprint again
It turns out the string I was matching on before was actually an error message to stderr. We can't rely on that. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb
index ecd833c863..639c51f5e2 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_zypper.rb
@@ -10,4 +10,4 @@ zypper_repository "nginx repo" do
gpgkey "https://nginx.org/keys/nginx_signing.key"
end
-zypper_package 'nginx'
+zypper_package "nginx"