From ee912300c65388a3c8b68c25b101c1f8e7a4a43a Mon Sep 17 00:00:00 2001 From: Chris Dryden Date: Mon, 5 Jan 2026 09:59:16 -0800 Subject: [PATCH] Add bad-speed.sh test script to fetch-gnu.sh --- util/fetch-gnu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/util/fetch-gnu.sh b/util/fetch-gnu.sh index 92e88ed75c6..89d1a3cb6f9 100755 --- a/util/fetch-gnu.sh +++ b/util/fetch-gnu.sh @@ -8,5 +8,6 @@ curl -L ${repo}/raw/refs/heads/master/tests/mv/hardlink-case.sh > tests/mv/hardl curl -L ${repo}/raw/refs/heads/master/tests/mkdir/writable-under-readonly.sh > tests/mkdir/writable-under-readonly.sh curl -L ${repo}/raw/refs/heads/master/tests/cp/cp-mv-enotsup-xattr.sh > tests/cp/cp-mv-enotsup-xattr.sh #spell-checker:disable-line curl -L ${repo}/raw/refs/heads/master/tests/csplit/csplit-io-err.sh > tests/csplit/csplit-io-err.sh +curl -L ${repo}/raw/refs/heads/master/tests/stty/bad-speed.sh > tests/stty/bad-speed.sh # Avoid incorrect PASS curl -L ${repo}/raw/refs/heads/master/tests/runcon/runcon-compute.sh > tests/runcon/runcon-compute.sh