summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-04-09 19:18:56 -0700
committerJesse Wolfe <jes5199@gmail.com>2010-04-09 19:18:56 -0700
commite31fe8ce42ac6582507761c10472ec0d8f5dd7dc (patch)
treecba9a64c0b76b0e966854a54dff66cf3c55a1e04 /test
parent3797c7a5af1024aaab08a905559ebd654fa978a6 (diff)
downloadpuppet-e31fe8ce42ac6582507761c10472ec0d8f5dd7dc.tar.gz
puppet-e31fe8ce42ac6582507761c10472ec0d8f5dd7dc.tar.xz
puppet-e31fe8ce42ac6582507761c10472ec0d8f5dd7dc.zip
Fix a failure in new FileBucket where it was impossible to read from a
bucket with a non-default path. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/network/client/dipper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/client/dipper.rb b/test/network/client/dipper.rb
index 611ee7391..17298c45b 100755
--- a/test/network/client/dipper.rb
+++ b/test/network/client/dipper.rb
@@ -3,7 +3,7 @@
require File.dirname(__FILE__) + '/../../lib/puppettest'
require 'puppettest'
-require 'puppet/network/client/resource'
+require 'puppet/file_bucket/dipper'
class TestDipperClient < Test::Unit::TestCase
include PuppetTest::ServerTest