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

This commit is contained in:
Pierre Pronchery 2015-03-25 00:46:04 +01:00
parent fbc780001a
commit 279d085692

View File

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