summaryrefslogtreecommitdiffstats
path: root/spec/integration/type/tidy_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/type/tidy_spec.rb')
-rwxr-xr-xspec/integration/type/tidy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/type/tidy_spec.rb b/spec/integration/type/tidy_spec.rb
index 08a24099c..d1bb62d6e 100755
--- a/spec/integration/type/tidy_spec.rb
+++ b/spec/integration/type/tidy_spec.rb
@@ -12,7 +12,7 @@ describe Puppet::Type.type(:tidy) do
end
# Testing #355.
- it "should be able to remove dead links", :fails_on_windows => true do
+ it "should be able to remove dead links", :unless => Puppet.features.microsoft_windows? do
dir = tmpfile("tidy_link_testing")
link = File.join(dir, "link")
target = tmpfile("no_such_file_tidy_link_testing")