Skip to content

Commit 30cb251

Browse files
author
Morgan Haskel
committed
Merge pull request redhat-openstack#298 from bmjen/fix-windows-acceptance
fixes acceptance tests on windows
2 parents 583c528 + 3809409 commit 30cb251

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)