summaryrefslogtreecommitdiffstats
path: root/test/server
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-01 19:57:07 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-01 19:57:07 +0000
commit0d6241ca97ded8e003338c6cf316e280530ea8ee (patch)
treed66e60c1a77eacf0a894d0976f6c9f5216104c90 /test/server
parenta96bdac66ba703736afa7155f4d31cbe3e9fc0ef (diff)
switching all relationships to be centrally maintained and to use symbolic references, rather than literal ones; also going through and making all tests pass again after mucking with services
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@710 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/server')
-rw-r--r--test/server/tc_bucket.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/server/tc_bucket.rb b/test/server/tc_bucket.rb
index 264a8da13..8a7e71511 100644
--- a/test/server/tc_bucket.rb
+++ b/test/server/tc_bucket.rb
@@ -22,6 +22,7 @@ class TestBucket < ServerTest
spin
name = File.basename(file)
tmppath = File.join(tmpdir,name)
+ @@tmpfiles << tmppath
# copy the files to our tmp directory so we can modify them...
File.open(tmppath,File::WRONLY|File::TRUNC|File::CREAT) { |wf|
@@ -167,6 +168,7 @@ class TestBucket < ServerTest
files = filelist()
tmpdir = File.join(tmpdir(),"tmpfiledir")
+ @@tmpfiles << tmpdir
FileUtils.mkdir_p(tmpdir)
bucket = nil