]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (run.sh) remove extraneous case pattern
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 10 Apr 2026 03:20:40 +0000 (23:20 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 10 Apr 2026 03:20:40 +0000 (23:20 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
tests/run.sh

index 214e2fcd6b768a58f8430bbc40c3997f4ff249ca..1c5db6c8568166946c05963ca5461590d9945479 100755 (executable)
@@ -106,9 +106,6 @@ while [ -n "$1" ]; do
        --parallel)
                paraller_jobs=$(num_cpus)
                ;;
-       --parsable)
-               OPTS="$OPTS $1"
-               ;;
        --exclude=*)
                EXCLUDETESTS="${1##--exclude=}"
                ;;