Actions
Bug #6700
closedProxy::Puppet::Runner incorrectly checked $? for success
Description
"The popen test was looking at $?, but it wasn't set by the method under test. Testing Ruby's popen method isn't terribly helpful, it's a built-in.
This replaces the popen test with a test for the shell_command wrapper and adds tests for the other methods in Proxy::Puppet::Runner."
Updated by Aaron Stone over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2cba6063e429fa6aed365e8950200207c2fb8a5c.
Actions