From: Christian Goeschel Ndjomouo Date: Fri, 10 Apr 2026 03:20:40 +0000 (-0400) Subject: tests: (run.sh) remove extraneous case pattern X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=df3808268b9ff72cdd29ed28fadc472de248ebed;p=thirdparty%2Futil-linux.git tests: (run.sh) remove extraneous case pattern Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/run.sh b/tests/run.sh index 214e2fcd6..1c5db6c85 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -106,9 +106,6 @@ while [ -n "$1" ]; do --parallel) paraller_jobs=$(num_cpus) ;; - --parsable) - OPTS="$OPTS $1" - ;; --exclude=*) EXCLUDETESTS="${1##--exclude=}" ;;