diff options
| author | Jacob Helwig <jacob@puppetlabs.com> | 2011-03-09 10:58:44 -0800 |
|---|---|---|
| committer | Jacob Helwig <jacob@puppetlabs.com> | 2011-03-09 10:58:44 -0800 |
| commit | 6ff2e5cd775c5802113d27f85ed518e25365d563 (patch) | |
| tree | e3ca7ee3b10758883f41de804d6d46cd52d1d032 /spec/unit | |
| parent | 9bc87438f61158acd33161690e159c7d264d3f80 (diff) | |
| parent | 682686f7cb6c1b400f04297ebf606d3b555858ce (diff) | |
Merge branch 'ticket/next/6441-add-mount-fixture-for-AIX' into next
* ticket/next/6441-add-mount-fixture-for-AIX:
(#6441) Add mount fixture for AIX's /etc/filesystems
Diffstat (limited to 'spec/unit')
| -rwxr-xr-x | spec/unit/provider/mount/parsed_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/unit/provider/mount/parsed_spec.rb b/spec/unit/provider/mount/parsed_spec.rb index 43defbe87..b63c0751f 100755 --- a/spec/unit/provider/mount/parsed_spec.rb +++ b/spec/unit/provider/mount/parsed_spec.rb @@ -189,6 +189,8 @@ FSTAB end + it "should support AIX's paragraph based /etc/filesystems" + my_fixtures('*.fstab').each do |fstab| platform = File.basename(fstab, '.fstab') describe "when prefetching on #{platform}" do |
