Skip to content

Commit 3809409

Browse files
committed
fixes acceptance tests on windows
1 parent 583c528 commit 3809409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
on host, shell('curl -k -o c:/puppetlabs-stdlib-4.5.1.tar.gz https://forgeapi.puppetlabs.com/v3/files/puppetlabs-stdlib-4.5.1.tar.gz')
3636
on host, puppet('module install c:/puppetlabs-stdlib-4.5.1.tar.gz --force --ignore-dependencies'), {:acceptable_exit_codes => [0, 1]}
3737
on host, shell('curl -k -o c:/electrical-file_concat-1.0.1.tar.gz https://forgeapi.puppetlabs.com/v3/files/electrical-file_concat-1.0.1.tar.gz')
38-
on host, puppet('module install c:/electrical-file_concat-1.0.0.tar.gz --force --ignore-dependencies'), {:acceptable_exit_codes => [0, 1]}
38+
on host, puppet('module install c:/electrical-file_concat-1.0.1.tar.gz --force --ignore-dependencies'), {:acceptable_exit_codes => [0, 1]}
3939
else
4040
on host, puppet('module install puppetlabs-stdlib'), {:acceptable_exit_codes => [0, 1]}
4141
on host, puppet('module install electrical-file_concat'), {:acceptable_exit_codes => [0, 1]}

0 commit comments

Comments
 (0)