Expect the "plugins" test to always pass (as it should)

This commit is contained in:
Pierre Pronchery 2015-03-25 01:03:17 +01:00
parent 1d7f3e79b0
commit 455d3e968f

View File

@ -101,9 +101,9 @@ echo "Performing tests:" 1>&2
_test "hayes"
_test "modems"
_test "pdu"
_test "plugins"
_test "ussd"
echo "Expected failures:" 1>&2
_fail "plugins"
if [ -n "$FAILED" ]; then
echo "Failed tests:$FAILED" 1>&2
exit 2