From 30b8132ca93d66573f53e28bc4ebbfbe7608a854 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 21 Oct 2021 11:20:27 +0200 Subject: [PATCH] Remove redundant "should we skip?" block There's a second one just below. Signed-off-by: Gilles Peskine --- tests/ssl-opt.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index f3e0f05c19..4f010ca340 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -634,14 +634,6 @@ run_test() { esac fi - # should we skip? - if [ "X$SKIP_NEXT" = "XYES" ]; then - SKIP_NEXT="NO" - echo "SKIP" - SKIPS=$(( $SKIPS + 1 )) - return - fi - # does this test use a proxy? if [ "X$1" = "X-p" ]; then PXY_CMD="$2"