summaryrefslogtreecommitdiffstats
path: root/test/other/tc_state.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/other/tc_state.rb')
-rw-r--r--test/other/tc_state.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/tc_state.rb b/test/other/tc_state.rb
index 5ab5a7cb3..3720f6286 100644
--- a/test/other/tc_state.rb
+++ b/test/other/tc_state.rb
@@ -41,7 +41,7 @@ class TestStorage < Test::Unit::TestCase
file = nil
state = nil
assert_nothing_raised {
- file = Puppet::Type::File.new(
+ file = Puppet::Type::PFile.new(
:path => "/etc/passwd"
)
}