testprogs:subunit.sh: Add function for expected failures.
commit67a8a8c9e652d0f1aa5a1c593177bd75bc4af284
authorAndrew Kroeger <andrew@id10ts.net>
Tue, 8 Sep 2009 21:01:26 +0000 (8 16:01 -0500)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Wed, 9 Sep 2009 23:09:56 +0000 (10 01:09 +0200)
tree02824bcdf9fc26819392bb5664344a08e6aaa750
parentebdb9da78e4ab66a633145d668ef4f777120f9c2
testprogs:subunit.sh: Add function for expected failures.

The testit_expect_failure() function is like the testit() function, with
reversed error detection logic.  This reversal only affects the pass/fail logic
and logging - the original return code from the command is still returned to the
calling script.
testprogs/blackbox/subunit.sh