Morgan Haskel
7eb14b7768
Remove shell script
...
The ruby script works just as well and works on all supported platforms. No need to maintain both.
2015-02-13 13:16:59 -08:00
Travis Fields
7bc211ceba
MODULES-1764 Fix missing method for check_is_owned_by for windows
...
Fix tests to use its(:content) instead of deprecated should contain
2015-02-10 16:38:47 -08:00
Morgan Haskel
9ece566992
This *should* make tests pass on windows
2014-10-07 15:19:22 -04:00
Morgan Haskel
006eccc9bc
Typo fixes
2014-10-03 15:22:37 -04:00
Morgan Haskel
bc727a7a62
Don't test mode and symlinks on windows
2014-10-03 15:01:20 -04:00
Morgan Haskel
6f86a98066
Windows fixes
2014-09-11 15:41:41 -04:00
Morgan Haskel
d45f1e60d7
Windows and solaris fixes
...
Solaris doesn't support multi-line grep. More fixes for install on
windows.
2014-09-11 14:03:07 -04:00
Morgan Haskel
344f6adb36
Try to remove all the platform dependent stuff
...
And updated the tests to work as planned
2014-09-11 12:18:05 -04:00
Morgan Haskel
f81ef495e3
Fixing up tests
2014-09-10 19:11:28 -04:00
Morgan Haskel
5f17a26256
Merge branch '1.0.x' into test_merge
...
Conflicts:
CHANGELOG.md
Gemfile
Modulefile
README.markdown
Rakefile
files/concatfragments.sh
manifests/setup.pp
metadata.json
spec/acceptance/backup_spec.rb
spec/acceptance/concat_spec.rb
spec/acceptance/empty_spec.rb
spec/acceptance/fragment_source_spec.rb
spec/acceptance/newline_spec.rb
spec/acceptance/nodesets/centos-64-x64.yml
spec/acceptance/nodesets/default.yml
spec/acceptance/nodesets/fedora-18-x64.yml
spec/acceptance/nodesets/ubuntu-server-10044-x64.yml
spec/acceptance/nodesets/ubuntu-server-12042-x64.yml
spec/acceptance/order_spec.rb
spec/acceptance/replace_spec.rb
spec/acceptance/symbolic_name_spec.rb
spec/acceptance/warn_spec.rb
spec/spec_helper_acceptance.rb
2014-09-10 15:03:35 -04:00
Morgan Haskel
a6590ba98d
There are no UNSUPPORTED_PLATFORMS defined for 1.1
2014-09-10 12:26:28 -04:00
Morgan Haskel
98d70da9fd
'wheel' is the root group for osx.
...
Conflicts:
spec/acceptance/concat_spec.rb
spec/acceptance/fragment_source_spec.rb
2014-09-09 23:34:08 -04:00
Morgan Haskel
0acefbb79d
Stop checking for empty stderr
2014-09-08 15:01:30 -04:00
Morgan Haskel
90f70e86a3
'wheel' is the root group for osx.
2014-06-11 17:25:08 -04:00
Ashley Penney
f66ca3c1b7
Remove all the eq() checks as this breaks in PE3.3.
2014-06-02 16:10:29 -04:00
Hunter Haugen
1577ec78e1
Add windows as unsupported
2014-02-28 08:39:09 -08:00
Hunter Haugen
d887c3b5f5
Lets can't be used outside of a test context
2014-02-27 15:50:18 -08:00
Hunter Haugen
f0b6187f76
Use tmpdir instead of /tmp for windows compatability
2014-02-27 14:52:53 -08:00
Hunter Haugen
8b852e2b89
Fix aix/windows ownership issues and vardir path
2014-02-26 15:09:16 -08:00
Alex Dreyer
62795f8126
Switch test to use a much higher gid/uid
...
(cherry picked from commit ccf5284b56
)
2014-02-14 13:42:10 -08:00
Alex Dreyer
ccf5284b56
Switch test to use a much higher gid/uid
2014-02-14 12:54:48 -08:00
Ashley Penney
596cec14be
Port over acceptance tests from master.
2014-02-12 17:47:43 -05:00
Ashley Penney
b07f338f29
Fix ensure => absent with path => set.
...
The current code doesn't correctly account for an absent with a
path set, incorrectly trying to remove $name instead. Fixing this
raised the issue that fragments left with no ensure will fail when
absent is set as the fragdir is deleted.
As a workaround for this we check the `ensure` parameter from the
concat{} resource with getparam() and then pass that to the fragment
if no specific ensure was passed in. This effectively ensures
fragments inherit their parents ensure status.
2014-01-21 16:28:42 -05:00
Hunter Haugen
20e8d6e4f6
Convert specs to beaker and increase coverage
2014-01-16 16:49:30 -08:00