diff options
| author | Luke Kanies <luke@madstop.com> | 2009-08-03 15:50:44 -0700 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2009-08-03 15:50:44 -0700 |
| commit | 3ab3a5c7ab9f01b78e0e6d27fce6377de0cfaeec (patch) | |
| tree | d960eb9b48bda09827e29d431d1fdeaa2f7ddd7c | |
| parent | 488e368efcb0ad6d896743edb76088242c58fb05 (diff) | |
| download | puppet-3ab3a5c7ab9f01b78e0e6d27fce6377de0cfaeec.tar.gz puppet-3ab3a5c7ab9f01b78e0e6d27fce6377de0cfaeec.tar.xz puppet-3ab3a5c7ab9f01b78e0e6d27fce6377de0cfaeec.zip | |
Removing unnecessary debug output
Signed-off-by: Luke Kanies <luke@madstop.com>
| -rwxr-xr-x | test/language/parser.rb | 1 |
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. |
