16 lines
368 B
Bash
16 lines
368 B
Bash
$NetBSD: patch-tests_tests.sh,v 1.1 2015/06/17 03:02:26 khorben Exp $
|
|
|
|
Disable the "modems" test for now (segfaults).
|
|
|
|
--- tests/tests.sh.orig 2015-03-25 00:18:46.000000000 +0000
|
|
+++ tests/tests.sh
|
|
@@ -100,7 +100,7 @@ $DATE > "$target"
|
|
FAILED=
|
|
echo "Performing tests:" 1>&2
|
|
_test "hayes"
|
|
-_test "modems"
|
|
+#_test "modems"
|
|
_test "pdu"
|
|
_test "plugins"
|
|
_test "ussd"
|