1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 10:39:03 +02:00

tests: skip newly-modified tests unconditionally, just to be safe

* tests/misc/stty-invalid: Skip.
* tests/misc/stty: Likewise.
* tests/mv/i-3: Likewise.
This commit is contained in:
Jim Meyering
2009-02-21 15:56:26 +01:00
parent cd78f85b0b
commit 773a88d33f
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@ fi
# Make sure there's a tty on stdin.
. $srcdir/test-lib.sh
require_controlling_input_terminal_
skip_test_ FIXME: skip, until portability of trap ... TTOU is assured
trap '' TTOU # Ignore SIGTTOU
# The following list of reversible options was generated with
+3
View File
@@ -23,6 +23,9 @@ fi
. $srcdir/test-lib.sh
require_controlling_input_terminal_
skip_test_ FIXME: skip, until portability of trap ... TTOU is assured
trap '' TTOU # Ignore SIGTTOU
fail=0
+3
View File
@@ -25,6 +25,9 @@ fi
. $srcdir/test-lib.sh
require_controlling_input_terminal_
skip_if_root_
skip_test_ FIXME: skip, until portability of trap ... TTIN is assured
trap '' TTIN # Ignore SIGTTIN
touch f g h i || framework_failure