diff options
| author | Luke Kanies <luke@madstop.com> | 2008-03-09 16:38:05 -0700 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-04-15 21:34:03 -0500 |
| commit | bb87464f75cf3ea2e17bb660e7d1880bc36e141f (patch) | |
| tree | 82edcc42a725df83fffdca1eb72b65136598df7d /test | |
| parent | b0811ad60527e97554e3f3e1f64d961fc72077b1 (diff) | |
| download | puppet-bb87464f75cf3ea2e17bb660e7d1880bc36e141f.tar.gz puppet-bb87464f75cf3ea2e17bb660e7d1880bc36e141f.tar.xz puppet-bb87464f75cf3ea2e17bb660e7d1880bc36e141f.zip | |
Fixing a couple of broken tests.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/lib/puppettest.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/puppettest.rb b/test/lib/puppettest.rb index 40764e38c..6c1e059b8 100755 --- a/test/lib/puppettest.rb +++ b/test/lib/puppettest.rb @@ -233,6 +233,7 @@ module PuppetTest end f = File.join(self.tmpdir(), "tempfile_" + @@tmpfilenum.to_s) + @@tmpfiles ||= [] @@tmpfiles << f return f end |
