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/client | |
| 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/client')
| -rw-r--r-- | test/client/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/client/client.rb b/test/client/client.rb index 39c19bb16..608fa1dc6 100644 --- a/test/client/client.rb +++ b/test/client/client.rb @@ -138,7 +138,7 @@ class TestClient < Test::Unit::TestCase # i don't think this test makes much sense anyway def disabled_test_sslInitWithNonsigningLocalServer Puppet[:autosign] = false - Puppet[:ssldir] = "/tmp/puppetclientcertests" + Puppet[:ssldir] = tempfile() @@tmpfiles.push Puppet[:ssldir] file = File.join($puppetbase, "examples", "code", "head") |
