summaryrefslogtreecommitdiff
path: root/spec/fixtures/unit/parser/lexer/classpathtest.pp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/unit/parser/lexer/classpathtest.pp')
-rw-r--r--spec/fixtures/unit/parser/lexer/classpathtest.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/unit/parser/lexer/classpathtest.pp b/spec/fixtures/unit/parser/lexer/classpathtest.pp
index 580333369..fae7cadbf 100644
--- a/spec/fixtures/unit/parser/lexer/classpathtest.pp
+++ b/spec/fixtures/unit/parser/lexer/classpathtest.pp
@@ -1,7 +1,7 @@
# $Id$
define mytype {
- file { "/tmp/classtest": ensure => file, mode => 755 }
+ file { "/tmp/classtest": ensure => file, mode => '0755' }
}
class testing {