diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-15 16:23:25 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-15 18:03:30 -0700 |
commit | 5a399a0c5d8367578ad6a57ef3625711dcb2e4dd (patch) | |
tree | 57a6ba7be7747fb88fd95c626c3bddf2ab455e88 /spec | |
parent | 7cd48994f877a8b90c435b705bd5faec394919c3 (diff) | |
download | chef-5a399a0c5d8367578ad6a57ef3625711dcb2e4dd.tar.gz |
el6 fixes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/functional/resource/yum_package_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/functional/resource/yum_package_spec.rb b/spec/functional/resource/yum_package_spec.rb index bb2685c725..b06bbe686a 100644 --- a/spec/functional/resource/yum_package_spec.rb +++ b/spec/functional/resource/yum_package_spec.rb @@ -1,5 +1,5 @@ # -# Copyright:: Copyright 2016-2017, Chef Software Inc. +# Copyright:: Copyright 2016-2018, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -892,7 +892,7 @@ gpgcheck=0 end before(:each) do - shell_out("yum versionlock delete '*'") # will exit with error when nothing is locked, we don't care + shell_out("yum versionlock delete '*:chef_rpm-*'") # will exit with error when nothing is locked, we don't care end it "locks an rpm" do |