On Tue, Feb 13, 2001 at 12:58:22PM -0500, Kurt Starsinic wrote:
>     Can this also be applied to tests that are *supposed* to fail?

Not really, todo has a fairly specific meaning and the test is
definately failing and is definately supposed to be fixed.

In your case, all you have to do is this:

  ok( system($some_command) != 0 );

Just like any other expression.


Reply via email to