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