summaryrefslogtreecommitdiffstats
path: root/test/client
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-04-13 21:42:15 +0000
committerLuke Kanies <luke@madstop.com>2005-04-13 21:42:15 +0000
commit67b7b3491f1e5a9cc8904ec1193a070dce641e76 (patch)
tree003402284bfba91aceec3165d2ae16964ac0a8b1 /test/client
parent35f742cd79a68778c7c9d9ebc4a31d4f98201d1c (diff)
okay, all tests pass again
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@133 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/client')
-rw-r--r--test/client/tc_client.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/client/tc_client.rb b/test/client/tc_client.rb
index 53f2b940b..e7cbd6ef9 100644
--- a/test/client/tc_client.rb
+++ b/test/client/tc_client.rb
@@ -1,4 +1,8 @@
-$:.unshift '../lib' if __FILE__ == $0 # Make this library first!
+if __FILE__ == $0
+ $:.unshift '..'
+ $:.unshift '../../lib'
+ $blinkbase = "../.."
+end
require 'blink'
require 'blink/client'