diff options
| author | Luke Kanies <luke@madstop.com> | 2008-01-14 13:34:06 -0800 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-01-14 13:34:06 -0800 |
| commit | cfda651f88d12249f29706d2bedbfddce7a2e6f7 (patch) | |
| tree | 41c57e5e1405691a561b35b1ceac890c6a341ef3 /test/other | |
| parent | 488c43771aea482e0212b605bde054bf8cb0533c (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-x | test/other/relationships.rb | 2 |
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 |
