From 003e897f6839b7f5e771c2b8f4c7feb9fadba4dc Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 26 Apr 2006 17:32:49 +0000 Subject: updating changelog for 0.16.1 and 0.16.2 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1141 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/executables/puppetca.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/executables') diff --git a/test/executables/puppetca.rb b/test/executables/puppetca.rb index 8a232ab8d..1248e0345 100755 --- a/test/executables/puppetca.rb +++ b/test/executables/puppetca.rb @@ -82,7 +82,7 @@ class TestPuppetCA < Test::Unit::TestCase output = runca("--list").chomp.split("\n") } assert_equal($?,0) - assert_equal([], output) + assert_equal(["No certificates to sign"], output) end end -- cgit