diff options
Diffstat (limited to 'test/ral/providers/host/parsed.rb')
| -rwxr-xr-x | test/ral/providers/host/parsed.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/providers/host/parsed.rb b/test/ral/providers/host/parsed.rb index 5499b0220..98c3acb2e 100755 --- a/test/ral/providers/host/parsed.rb +++ b/test/ral/providers/host/parsed.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -$:.unshift("../../../lib") if __FILE__ =~ /\.rb$/ +require File.dirname(__FILE__) + '/../../../lib/puppettest' require 'etc' require 'puppettest' |
