summaryrefslogtreecommitdiff
path: root/spec/functional
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-12-05 11:00:04 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-12-13 13:31:51 -0800
commit0b3ea900bbdc03abd2f0eafda64537968fd8f266 (patch)
tree2fd7bada9d08c3da5647addaa3b31f08e2974794 /spec/functional
parentf3b66c9128fc8fbb9aa915264403821f1c899143 (diff)
downloadchef-0b3ea900bbdc03abd2f0eafda64537968fd8f266.tar.gz
get versions working as well as possible
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/functional')
-rw-r--r--spec/functional/resource/dnf_package_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/functional/resource/dnf_package_spec.rb b/spec/functional/resource/dnf_package_spec.rb
index e94659147d..1d32589fd4 100644
--- a/spec/functional/resource/dnf_package_spec.rb
+++ b/spec/functional/resource/dnf_package_spec.rb
@@ -181,6 +181,7 @@ gpgcheck=0
end
it "matches with a vr glob" do
+ pending "doesn't work on command line either"
flush_cache
dnf_package.package_name("chef_rpm")
dnf_package.version("1.10-1*")
@@ -190,6 +191,7 @@ gpgcheck=0
end
it "matches with an evr glob" do
+ pending "doesn't work on command line either"
flush_cache
dnf_package.package_name("chef_rpm")
dnf_package.version("0:1.10-1*")