diff options
| author | Luke Kanies <luke@madstop.com> | 2005-04-22 23:38:49 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-04-22 23:38:49 +0000 |
| commit | 865dffe9bf0e5d53d727cf4f079ae6f2648a3364 (patch) | |
| tree | 2cfe7eec084f703906cfbcba975750c46bd099da /test/client | |
| parent | a1a7ae4cf77b4161b6874e60ab06078bf4e6f081 (diff) | |
| download | puppet-865dffe9bf0e5d53d727cf4f079ae6f2648a3364.tar.gz puppet-865dffe9bf0e5d53d727cf4f079ae6f2648a3364.tar.xz puppet-865dffe9bf0e5d53d727cf4f079ae6f2648a3364.zip | |
dealing with having moved the examples to the language area
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@219 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/client')
| -rw-r--r-- | test/client/tc_client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/client/tc_client.rb b/test/client/tc_client.rb index 21d308e04..54da3dc6a 100644 --- a/test/client/tc_client.rb +++ b/test/client/tc_client.rb @@ -1,7 +1,7 @@ if __FILE__ == $0 $:.unshift '..' $:.unshift '../../lib' - $blinkbase = "../.." + $blinkbase = "../../../../language/trunk/" end require 'blink' |
