diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-24 15:58:07 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-11-24 15:58:07 +0000 |
| commit | 5ce5b95af489685f64dbaa6189f7569e976e9dc5 (patch) | |
| tree | 370d6d0510d32f4742377b11b0e070cdb103b887 /test/executables/puppetbin.rb | |
| parent | 84bf2896a80bc527f345e49ffb8fb1b5817fdfe6 (diff) | |
| download | puppet-5ce5b95af489685f64dbaa6189f7569e976e9dc5.tar.gz puppet-5ce5b95af489685f64dbaa6189f7569e976e9dc5.tar.xz puppet-5ce5b95af489685f64dbaa6189f7569e976e9dc5.zip | |
removing any direct references to /tmp in tests
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@757 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables/puppetbin.rb')
| -rwxr-xr-x | test/executables/puppetbin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetbin.rb b/test/executables/puppetbin.rb index 4c1d2a24c..d075d8431 100755 --- a/test/executables/puppetbin.rb +++ b/test/executables/puppetbin.rb @@ -31,7 +31,7 @@ class TestPuppetBin < Test::Unit::TestCase def test_execution file = mktestmanifest() - @@tmpfiles << "/tmp/puppetbintesting" + @@tmpfiles << tempfile() output = nil cmd = "puppet" |
