summaryrefslogtreecommitdiffstats
path: root/test/puppet/defaults.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/puppet/defaults.rb')
-rwxr-xr-xtest/puppet/defaults.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/puppet/defaults.rb b/test/puppet/defaults.rb
index bab6644d2..86c67e0be 100755
--- a/test/puppet/defaults.rb
+++ b/test/puppet/defaults.rb
@@ -49,8 +49,7 @@ class TestPuppetDefaults < Test::Unit::TestCase
value = Puppet[param]
unless value !~ notval
- assert_nothing_raised { raise "%s is incorrectly set to %s" %
- [param,value] }
+ assert_nothing_raised { raise "%s is incorrectly set to %s" % [param,value] }
end
}
end