From 67704e78ff77967814eb39fc919ad2373ca4e6ff Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 16 Oct 2006 18:26:09 +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@1788 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/executables/puppetmodule.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/executables/puppetmodule.rb') diff --git a/test/executables/puppetmodule.rb b/test/executables/puppetmodule.rb index 6ffd84be3..b809f218a 100755 --- a/test/executables/puppetmodule.rb +++ b/test/executables/puppetmodule.rb @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby -I../lib -I../../lib + require 'puppet' require 'puppet/server' require 'puppet/sslcertificates' -- cgit