diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/stty | 3 | ||||
-rwxr-xr-x | tests/misc/stty-invalid | 3 | ||||
-rwxr-xr-x | tests/mv/i-3 | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/misc/stty b/tests/misc/stty index b607ec08c..58c9eee5c 100755 --- a/tests/misc/stty +++ b/tests/misc/stty @@ -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 diff --git a/tests/misc/stty-invalid b/tests/misc/stty-invalid index d9f077779..0d1012858 100755 --- a/tests/misc/stty-invalid +++ b/tests/misc/stty-invalid @@ -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 diff --git a/tests/mv/i-3 b/tests/mv/i-3 index d1f119c42..579077b85 100755 --- a/tests/mv/i-3 +++ b/tests/mv/i-3 @@ -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 |