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.
- Bug tracking and todo tests schwern
- Re: Bug tracking and todo tests Kurt Starsinic
- Re: Bug tracking and todo tests schwern
- Re: Bug tracking and todo tests Kurt Starsinic
- Re: Bug tracking and todo tests schwern
- Re: Bug tracking and todo tests Paul Johnson
- Re: Bug tracking and todo tests schwern
- Re: Bug tracking and todo tests nick
- Re: Bug tracking and todo tests Paul Johnson
- Re: Bug tracking and todo tests barries
- Re: Bug tracking and todo tests Nick Ing-Simmons
- Re: Bug tracking and todo tests Nick Ing-Simmons
- Re: Bug tracking and todo tests Chaim Frenkel
