diff options
| author | Luke Kanies <luke@madstop.com> | 2005-08-23 21:23:57 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-08-23 21:23:57 +0000 |
| commit | 5b20c92ff322ba1886209f788ce6a7df05315cf5 (patch) | |
| tree | 8b75ab42323ef07de4a5cab6182b4c8eff8eb5da /test/executables | |
| parent | ba51e700ace1b34b2dbb06bc61287be184fe46ec (diff) | |
| download | puppet-5b20c92ff322ba1886209f788ce6a7df05315cf5.tar.gz puppet-5b20c92ff322ba1886209f788ce6a7df05315cf5.tar.xz puppet-5b20c92ff322ba1886209f788ce6a7df05315cf5.zip | |
Have done a significant reorganization of how clients work, also, along with some interesting trouble shooting on components
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@585 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables')
| -rwxr-xr-x | test/executables/tc_puppetbin.rb | 3 | ||||
| -rwxr-xr-x | test/executables/tc_puppetd.rb | 3 | ||||
| -rwxr-xr-x | test/executables/tc_puppetmasterd.rb | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/test/executables/tc_puppetbin.rb b/test/executables/tc_puppetbin.rb index b42f5aa6a..d1261dad7 100755 --- a/test/executables/tc_puppetbin.rb +++ b/test/executables/tc_puppetbin.rb @@ -1,7 +1,6 @@ if __FILE__ == $0 $:.unshift '../../lib' - $:.unshift '../../../../library/trunk/lib/' - $:.unshift '../../../../library/trunk/test/' + $:.unshift '..' $puppetbase = "../.." end diff --git a/test/executables/tc_puppetd.rb b/test/executables/tc_puppetd.rb index 38467332d..235db386f 100755 --- a/test/executables/tc_puppetd.rb +++ b/test/executables/tc_puppetd.rb @@ -1,7 +1,6 @@ if __FILE__ == $0 $:.unshift '../../lib' - $:.unshift '../../../../library/trunk/lib/' - $:.unshift '../../../../library/trunk/test/' + $:.unshift '..' $puppetbase = "../.." end diff --git a/test/executables/tc_puppetmasterd.rb b/test/executables/tc_puppetmasterd.rb index 5ef802151..44aa03da4 100755 --- a/test/executables/tc_puppetmasterd.rb +++ b/test/executables/tc_puppetmasterd.rb @@ -1,7 +1,6 @@ if __FILE__ == $0 $:.unshift '../../lib' - $:.unshift '../../../../library/trunk/lib/' - $:.unshift '../../../../library/trunk/test/' + $:.unshift '..' $puppetbase = "../.." end |
