summaryrefslogtreecommitdiffstats
path: root/test/server
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-12 01:58:19 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-12 01:58:19 +0000
commit411ab22588da2cbe76d186fbd4b59f6194766c4d (patch)
tree149909b773377b9a11bf5f68e7d104b1f975047c /test/server
parent97fb6c91d60cfe20f0521a7148d202ed25434b7d (diff)
Adding autorequire to files, and added the cwd to the list of files to be required for exec. Also, exec catches inline files and autorequires them.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@805 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/server')
-rwxr-xr-xtest/server/fileserver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/server/fileserver.rb b/test/server/fileserver.rb
index d1cdd696b..bc610f65b 100755
--- a/test/server/fileserver.rb
+++ b/test/server/fileserver.rb
@@ -631,7 +631,7 @@ class TestFileServer < Test::Unit::TestCase
def test_filereread
server = nil
- dir = testdir()
+ dir = tstdir()
files = mktestfiles(dir)