summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-08-03 15:50:44 -0700
committerLuke Kanies <luke@madstop.com>2009-08-03 15:50:44 -0700
commit3ab3a5c7ab9f01b78e0e6d27fce6377de0cfaeec (patch)
treed960eb9b48bda09827e29d431d1fdeaa2f7ddd7c
parent488e368efcb0ad6d896743edb76088242c58fb05 (diff)
downloadpuppet-3ab3a5c7ab9f01b78e0e6d27fce6377de0cfaeec.tar.gz
puppet-3ab3a5c7ab9f01b78e0e6d27fce6377de0cfaeec.tar.xz
puppet-3ab3a5c7ab9f01b78e0e6d27fce6377de0cfaeec.zip
Removing unnecessary debug output
Signed-off-by: Luke Kanies <luke@madstop.com>
-rwxr-xr-xtest/language/parser.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/language/parser.rb b/test/language/parser.rb
index d57eb07fb..13f4d17b5 100755
--- a/test/language/parser.rb
+++ b/test/language/parser.rb
@@ -1071,7 +1071,6 @@ file { "/tmp/yayness":
end
end
end
- system("find %s" % mandir)
end
# #596 - make sure classes and definitions load automatically if they're in modules, so we don't have to manually load each one.