summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/puppetca.rb2
1 files changed, 1 insertions, 1 deletions
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