diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-07 18:13:36 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-07 18:13:36 +0000 |
| commit | 923226e7ac5d931dc6b01f5ae1cee3beb24b2fee (patch) | |
| tree | e3d3372bce6fdf719928e51f43fd8248a12241ec /bin/puppet | |
| parent | edc392d7f5b8fb59fff17091612da01a5a52891d (diff) | |
all tests now pass on solaris 10x86; i had to do some stupid hacking with base64 for it to work, and i am working getting a much better base class for all test classes
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@635 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin/puppet')
| -rwxr-xr-x | bin/puppet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppet b/bin/puppet index d4ad1af8f..cf70a93de 100755 --- a/bin/puppet +++ b/bin/puppet @@ -50,7 +50,7 @@ $haveusage = true begin require 'rdoc/usage' -rescue +rescue LoadError $haveusage = false end |
