summaryrefslogtreecommitdiffstats
path: root/test/executables/puppetd.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-10 00:10:14 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-10 00:10:14 +0000
commite5ac19668867a8adeb18066bdd1d3e201e38211c (patch)
tree64c599f45ff10ba39caf7adeef0ee8afd651373a /test/executables/puppetd.rb
parentdccafc7e950d9111a0a4c11afebd89e1ede5e414 (diff)
downloadpuppet-e5ac19668867a8adeb18066bdd1d3e201e38211c.tar.gz
puppet-e5ac19668867a8adeb18066bdd1d3e201e38211c.tar.xz
puppet-e5ac19668867a8adeb18066bdd1d3e201e38211c.zip
Adding some consistencies to the executable tests. All exe tests now pass on OpenBSD, although the only real problem was that ruby was in /usr/local/bin.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@795 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables/puppetd.rb')
-rwxr-xr-xtest/executables/puppetd.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/test/executables/puppetd.rb b/test/executables/puppetd.rb
index 547405779..68b9b5f08 100755
--- a/test/executables/puppetd.rb
+++ b/test/executables/puppetd.rb
@@ -11,17 +11,6 @@ require 'puppettest.rb'
require 'socket'
require 'facter'
-# $Id$
-
-# ok, we have to add the bin directory to our search path
-ENV["PATH"] += ":" + File.join($puppetbase, "bin")
-
-# and then the library directories
-libdirs = $:.find_all { |dir|
- dir =~ /puppet/ or dir =~ /\.\./
-}
-ENV["RUBYLIB"] = libdirs.join(":")
-
class TestPuppetDExe < Test::Unit::TestCase
include ExeTest
def test_normalstart
@@ -69,3 +58,5 @@ class TestPuppetDExe < Test::Unit::TestCase
stopmasterd
end
end
+
+# $Id$