No longer expect to fail the "plugins" test

This commit is contained in:
Pierre Pronchery 2015-03-22 17:58:10 +01:00
parent a827cd6f4e
commit e3ec66cef7

View File

@ -101,8 +101,8 @@ echo "Performing tests:" 1>&2
_test "date"
_test "email"
_test "imap4"
_test "plugins"
echo "Expected failures:" 1>&2
_fail "plugins"
if [ -n "$FAILED" ]; then
echo "Failed tests:$FAILED" 1>&2
exit 2