Revert "tests: skip newly-modified tests unconditionally..."
This reverts commit
773a88d33f68e50a2919c8a8310c646a7e5fabc2.
* tests/misc/stty: Don't skip.
* tests/misc/stty-invalid: Likewise.
* tests/mv/i-3: Likewise.
# 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
. $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
. $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