in reply to Re: Testing and system return status
in thread Testing and system return status

It would be backward if a passing test was one where the command exited with a "success" status. In this case, passing the test is the command exiting with a "failure" status [which would then pass a "true" value to ok()]. So the test is not backward.

- tye        

  • Comment on Re^2: Testing and system return status (!backwards)