From 816c5ce7243bdad1157985dd23a7333b9a8ccf0a Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 16 Oct 2006 18:26:41 +0000 Subject: Adding a ruby header to all of the tests so that they can now be executed as normal ruby scripts. Using multiple commits because I am having some svn problems. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1791 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/other/autoload.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/other/autoload.rb') 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' -- cgit