diff options
| author | Luke Kanies <luke@madstop.com> | 2005-07-31 03:36:59 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-07-31 03:36:59 +0000 |
| commit | 5fa0c20e767852a6f97a0334ed3f6d443825faad (patch) | |
| tree | ca026a2bc26f414c1c8d65aea7a0442ddf5faad1 /test | |
| parent | edc28424d658396af622ae31ab7e3d23471e229e (diff) | |
all tests pass again
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@481 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
| -rw-r--r-- | test/other/tc_metrics.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/other/tc_metrics.rb b/test/other/tc_metrics.rb index 0e4519b24..24be0f9b1 100644 --- a/test/other/tc_metrics.rb +++ b/test/other/tc_metrics.rb @@ -54,13 +54,13 @@ if $haverrd end def setup - Puppet[:rrddir] = File.join(Dir.getwd,"rrdtests") + Puppet[:rrddir] = "/tmp/rrdtests" Puppet[:rrdgraph] = true Puppet[:loglevel] = :debug if __FILE__ == $0 end def teardown - system("rm -rf rrdtests") + system("rm -rf %s" % Puppet[:rrddir]) end def test_fakedata |
