check failureness

This commit is contained in:
Thomas Levine 2012-10-11 00:17:44 -04:00
parent 91615b6b39
commit 878f29cecb
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ -f / ]

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ -e / ]

3
tests/failures fail Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
../urchin .example-test-suite | grep '31'

3
tests/success succeed Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
../urchin .example-test-suite | grep '32'