Remove syntactically incorrect and redundant case

Now passes shellcheck.net!
This commit is contained in:
df 2021-10-27 12:38:58 +01:00
parent a803582717
commit f2b0d01274

View File

@ -14,9 +14,7 @@ case "$YTDL_TEST_SET" in
test_set="-I test_(?!$DOWNLOAD_TESTS).+\.py"
multiprocess_args="--processes=4 --process-timeout=540"
;;
*)
break
;;
esac
# shellcheck disable=SC2086
nosetests test --verbose $test_set $multiprocess_args