diff options
Diffstat (limited to 'test/executables/puppetmodule.rb')
-rwxr-xr-x | test/executables/puppetmodule.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetmodule.rb b/test/executables/puppetmodule.rb index 9e04bc2e8..ce28796d7 100755 --- a/test/executables/puppetmodule.rb +++ b/test/executables/puppetmodule.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -$:.unshift("../lib").unshift("../../lib") if __FILE__ =~ /\.rb$/ +require File.dirname(__FILE__) + '/../lib/puppettest' require 'puppettest' |