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

This commit is contained in:
Pierre Pronchery 2015-03-25 00:50:07 +01:00
parent 71f0b23d7d
commit 4de863bf1e

View File

@ -99,10 +99,10 @@ $DATE > "$target"
FAILED= FAILED=
echo "Performing tests:" 1>&2 echo "Performing tests:" 1>&2
_test "hayes" _test "hayes"
_test "modems"
_test "pdu" _test "pdu"
_test "ussd" _test "ussd"
echo "Expected failures:" 1>&2 echo "Expected failures:" 1>&2
_fail "modems"
_fail "plugins" _fail "plugins"
if [ -n "$FAILED" ]; then if [ -n "$FAILED" ]; then
echo "Failed tests:$FAILED" 1>&2 echo "Failed tests:$FAILED" 1>&2