diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-22 17:59:50 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-22 17:59:50 +0000 |
commit | 55901486d236f98ecfb2717509c5904687969f25 (patch) | |
tree | 87c704c49302c470263e2136c99ff25156b7448f /test/client | |
parent | f7d9b83a83bf43b13846c4b621794257f04832bb (diff) | |
download | puppet-55901486d236f98ecfb2717509c5904687969f25.tar.gz |
Okay, all tests pass again. The work done on nodes will take a little while to clarify and such, but it should work pretty well.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@698 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 feaa24184..27d135d4d 100644 --- a/test/client/tc_client.rb +++ b/test/client/tc_client.rb @@ -61,7 +61,7 @@ class TestClient < ServerTest # here we create two servers; we - def test_zzfailureWithUntrustedCerts + def test_failureWithUntrustedCerts Puppet[:autosign] = true # create a pair of clients with no certs |