diff options
| author | Luke Kanies <luke@madstop.com> | 2005-06-27 21:49:26 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-06-27 21:49:26 +0000 |
| commit | 8395639022bfc42e2c50d0298c2fd28c65d17275 (patch) | |
| tree | 1e2ceebadd54cc18e4583dcb95c1d4a6e4cbfd7c | |
| parent | cd48af7eb031b839cf326305c224e2ff000cd3ab (diff) | |
puppetest.rb should probably be puppettest.rb
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@307 980ebf18-57e1-0310-9a29-db15c13687c0
| -rw-r--r-- | test/puppettest.rb (renamed from test/puppetest.rb) | 0 | ||||
| -rwxr-xr-x | test/test | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/puppetest.rb b/test/puppettest.rb index a20e35079..a20e35079 100644 --- a/test/puppetest.rb +++ b/test/puppettest.rb @@ -14,7 +14,7 @@ if Dir.getwd !~ %r{puppet/library} $:.unshift '../../../library/trunk/test/' end -require 'puppetest.rb' +require 'puppettest.rb' require 'getoptlong' |
