diff options
Diffstat (limited to 'test/other/relationships.rb')
| -rwxr-xr-x | test/other/relationships.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/relationships.rb b/test/other/relationships.rb index df4d3a96e..717353c02 100755 --- a/test/other/relationships.rb +++ b/test/other/relationships.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../lib/puppettest' +require File.expand_path(File.dirname(__FILE__) + '/../lib/puppettest') require 'puppet' require 'puppettest' |
