From 279d085692b323e91f53eb7281f54481cffa6901 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 25 Mar 2015 00:46:04 +0100 Subject: [PATCH] Expect the "pdu" test to always pass again (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 37c49d9..ac89705 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -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