summaryrefslogtreecommitdiffstats
path: root/test/certmgr/certmgr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/certmgr/certmgr.rb')
-rwxr-xr-xtest/certmgr/certmgr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/certmgr/certmgr.rb b/test/certmgr/certmgr.rb
index ab4372c5b..41a4a8782 100755
--- a/test/certmgr/certmgr.rb
+++ b/test/certmgr/certmgr.rb
@@ -170,7 +170,7 @@ class TestCertMgr < Test::Unit::TestCase
#output = %x{openssl verify -CApath #{Puppet[:certdir]} -purpose sslserver #{cert.certfile}}
}
- assert_equal($?,0)
+ assert_equal($CHILD_STATUS,0)
assert_equal(File.join(Puppet[:certdir], "signedcertest.pem: OK\n"), output)
end