From 4de863bf1ebba57290ef1a73174b9ccec5cae34d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 25 Mar 2015 00:50:07 +0100 Subject: [PATCH] Expect the "modems" test to always pass (as it should) --- tests/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.sh b/tests/tests.sh index 8d0a5c4..b0137a7 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -99,10 +99,10 @@ $DATE > "$target" FAILED= echo "Performing tests:" 1>&2 _test "hayes" +_test "modems" _test "pdu" _test "ussd" echo "Expected failures:" 1>&2 -_fail "modems" _fail "plugins" if [ -n "$FAILED" ]; then echo "Failed tests:$FAILED" 1>&2