Remove redundant "should we skip?" block

There's a second one just below.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2021-10-21 11:20:27 +02:00
parent 90b10c379f
commit 30b8132ca9

View File

@@ -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"