We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec56a83 commit 31d86dcCopy full SHA for 31d86dc
1 file changed
util/build-gnu.sh
@@ -356,3 +356,6 @@ test \$n_stat1 -ge \$n_stat2 \\' tests/ls/stat-free-color.sh
356
# * the selinux crate is handling errors
357
# * the test says "maybe we should not fail when no context available"
358
"${SED}" -i -e "s|returns_ 1||g" tests/cp/no-ctx.sh
359
+
360
+# Skip bad-speed test if not interactive (requires controlling terminal)
361
+"${SED}" -i '/print_ver_ stty/a require_controlling_input_terminal_' tests/stty/bad-speed.sh
0 commit comments