Skip to content

Commit 62b1f1b

Browse files
committed
(maint) Drop special case for symlinks on 2003
1 parent cc6948f commit 62b1f1b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

acceptance/tests/agent/agent_fails_with_unknown_resource.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
require 'puppet/acceptance/temp_file_utils'
1111
extend Puppet::Acceptance::TempFileUtils
12-
12+
1313
step "agent should fail when it can't find a resource" do
1414
vendor_modules_path = master.tmpdir('vendor_modules')
1515
tmp_environment = mk_tmp_environment_with_teardown(master, 'tmp')

acceptance/tests/resource/file/ticket_7680-follow-symlinks.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
'audit:acceptance'
66

77
agents.each do |agent|
8-
if agent.platform.variant == 'windows'
9-
# symlinks are supported only on Vista+ (version 6.0 and higher)
10-
on agent, facter('kernelmajversion') do
11-
skip_test "Test not supported on this platform" if stdout.chomp.to_f < 6.0
12-
end
13-
end
148

159
step "Create file content"
1610
real_source = agent.tmpfile('follow_links_source')

0 commit comments

Comments
 (0)