X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tests%2F00-all-fail.sh;h=e8a4c3158831a10b3faa5f23942cd935af44a56b;hb=3d1dacfed4ffda1c8f081ad827c2a8d3237ce4bc;hp=86fda736091ae8ecd363a49cd832e9149db6def4;hpb=bf91d4bb90c84d360609ffb30a68cf8adb5b1448;p=goals.git diff --git a/tests/00-all-fail.sh b/tests/00-all-fail.sh index 86fda73..e8a4c31 100755 --- a/tests/00-all-fail.sh +++ b/tests/00-all-fail.sh @@ -18,9 +18,8 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # This is expected to return an error, and as long as it does this -# script is successful. Don't print the error message because that -# will confuse everyone. -if goals -f 00-all-fail.gl 2>/dev/null; then +# script is successful. +if goals -f 00-all-fail.gl; then exit 1 else exit 0