summaryrefslogtreecommitdiffstats
path: root/test/other
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-01-14 13:34:06 -0800
committerLuke Kanies <luke@madstop.com>2008-01-14 13:34:06 -0800
commitcfda651f88d12249f29706d2bedbfddce7a2e6f7 (patch)
tree41c57e5e1405691a561b35b1ceac890c6a341ef3 /test/other
parent488c43771aea482e0212b605bde054bf8cb0533c (diff)
Another round of test-fixes toward eliminating global resource
references. This should have gotten rid of all of them, and now it's just a question of fixing a few hopefully unrelated failing tests.
Diffstat (limited to 'test/other')
-rwxr-xr-xtest/other/relationships.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/other/relationships.rb b/test/other/relationships.rb
index 88d35ce1f..4e666450e 100755
--- a/test/other/relationships.rb
+++ b/test/other/relationships.rb
@@ -109,8 +109,6 @@ class TestRelationships < Test::Unit::TestCase
execs[0][param], "Incorrect source list")
end
check_relationship(sources, targets, out[param], refreshers.include?(param))
-
- Puppet::Type.allclear
end
end