diff options
author | sersut <serdar@opscode.com> | 2012-12-04 15:47:20 -0800 |
---|---|---|
committer | sdelano <stephen@opscode.com> | 2012-12-14 10:23:37 -0800 |
commit | 885f0b2a6ecd054bf90931624b2a0fba9de069f6 (patch) | |
tree | c3aa5ebbe9c6b74d8bcfd041154e7adff4f3c6a7 /spec/unit/provider/remote_directory_spec.rb | |
parent | ea7aa31fe80858b65124be202e26018706a32a49 (diff) | |
download | chef-885f0b2a6ecd054bf90931624b2a0fba9de069f6.tar.gz |
Marking more tests not to run on Win2k3
Diffstat (limited to 'spec/unit/provider/remote_directory_spec.rb')
-rw-r--r-- | spec/unit/provider/remote_directory_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/remote_directory_spec.rb b/spec/unit/provider/remote_directory_spec.rb index eb4911c24e..47776f3509 100644 --- a/spec/unit/provider/remote_directory_spec.rb +++ b/spec/unit/provider/remote_directory_spec.rb @@ -181,7 +181,7 @@ describe Chef::Provider::RemoteDirectory do ::File.exist?(@destination_dir + '/a/multiply/nested/directory/qux.txt').should be_false end - it "removes directory symlinks properly" do + it "removes directory symlinks properly", :not_supported_on_win2k3 do symlinked_dir_path = @destination_dir + '/symlinked_dir' @provider.action = :create @provider.run_action |