summaryrefslogtreecommitdiffstats
path: root/test/ral/type/filesources.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ral/type/filesources.rb')
-rwxr-xr-xtest/ral/type/filesources.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ral/type/filesources.rb b/test/ral/type/filesources.rb
index 7541a7cbe..d3eb537c1 100755
--- a/test/ral/type/filesources.rb
+++ b/test/ral/type/filesources.rb
@@ -93,7 +93,7 @@ class TestFileSources < Test::Unit::TestCase
source = "puppet://localhost/#{networked}#{fromdir}" if networked
recursive_source_test(source, todir)
- return [fromdir,todir, File.join(todir, "one"), File.join(todir, "two")]
+ [fromdir,todir, File.join(todir, "one"), File.join(todir, "two")]
end
def test_complex_sources_twice
@@ -226,7 +226,7 @@ class TestFileSources < Test::Unit::TestCase
}
@@tmpfiles << file
- return file
+ file
end
def test_unmountedNetworkSources