]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Add t0003-writer-init-error-path.sh.
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Feb 2011 17:15:51 +0000 (18:15 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 28 Feb 2011 00:42:32 +0000 (01:42 +0100)
This catches the bugs recently found in the alsa and oss writers.

We need to test that certain commands fail but must distinguish between
failure due to non-zero exit codes and other failures, for example if
a command segfaults. Therefore this patch adds test_expect_failure()
to test-lib.sh which can be called by the individual tests and DTRT.


No differences found