summaryrefslogtreecommitdiffstats
path: root/test/executables/puppetbin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/executables/puppetbin.rb')
-rwxr-xr-xtest/executables/puppetbin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetbin.rb b/test/executables/puppetbin.rb
index e498a85d2..218787c92 100755
--- a/test/executables/puppetbin.rb
+++ b/test/executables/puppetbin.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-$:.unshift("../lib").unshift("../../lib") if __FILE__ =~ /\.rb$/
+require File.dirname(__FILE__) + '/../lib/puppettest'
require 'puppettest'