diff options
Diffstat (limited to 'test/other/autoload.rb')
-rwxr-xr-x | test/other/autoload.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/autoload.rb b/test/other/autoload.rb index f561a81a9..d4f79668d 100755 --- a/test/other/autoload.rb +++ b/test/other/autoload.rb @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/env ruby -I../lib -I../../lib require 'puppet' require 'puppet/autoload' |