Skip to content

Commit 970fef3

Browse files
committed
Adding require_controlling_input_terminal_ for bad-speed test since missing that flag
1 parent d3304fc commit 970fef3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/build-gnu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,3 +367,6 @@ test \$n_stat1 -ge \$n_stat2 \\' tests/ls/stat-free-color.sh
367367
# * the selinux crate is handling errors
368368
# * the test says "maybe we should not fail when no context available"
369369
"${SED}" -i -e "s|returns_ 1||g" tests/cp/no-ctx.sh
370+
371+
# Skip bad-speed test if not interactive (requires controlling terminal)
372+
"${SED}" -i '/print_ver_ stty/a require_controlling_input_terminal_' tests/stty/bad-speed.sh

0 commit comments

Comments
 (0)