From 33e8d34e95ae7f51cbb1b3a4c87cd9b473221a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 10 Jul 2017 11:55:31 +0200 Subject: [PATCH] Fix filtering bug in ssl-opt.sh If the first test to be run according to -e and -f options is just after a test that would have been skipped due to a require_xxx instruction, then it would be incorrectly skipped. --- tests/ssl-opt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 5e4aeac95..03edf8f69 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -219,6 +219,7 @@ run_test() { if echo "$NAME" | grep "$FILTER" | grep -v "$EXCLUDE" >/dev/null; then : else + SKIP_NEXT="NO" return fi