summaryrefslogtreecommitdiffstats
path: root/test/ral/providers/mount/netinfo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ral/providers/mount/netinfo.rb')
-rwxr-xr-xtest/ral/providers/mount/netinfo.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/ral/providers/mount/netinfo.rb b/test/ral/providers/mount/netinfo.rb
index 9a02bc471..7a9703c1b 100755
--- a/test/ral/providers/mount/netinfo.rb
+++ b/test/ral/providers/mount/netinfo.rb
@@ -9,11 +9,11 @@ require 'puppettest'
#
# if Puppet::Type.type(:mount).provider(:netinfo).suitable?
# class TestNetinfoMountProvider < Test::Unit::TestCase
-# include PuppetTest
-#
-# def setup
-# super
-# @mount = Puppet::Type.type(:mount)
+# include PuppetTest
+#
+# def setup
+# super
+# @mount = Puppet::Type.type(:mount)
# end
#
# if Process.uid == 0 and Facter.value(:hostname) == "midden"
@@ -58,11 +58,11 @@ require 'puppettest'
# assert(prov.device != :absent, "Netinfo thinks the root device is missing")
# end
# end
-#
-# def test_list
-# list = nil
-# assert_nothing_raised do
-# list = @mount.list
+#
+# def test_list
+# list = nil
+# assert_nothing_raised do
+# list = @mount.list
# end
# assert(list.length > 0)
# list.each do |obj|