diff options
author | Jim Meyering <meyering@redhat.com> | 2009-02-22 01:42:43 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-02-22 01:42:43 +0100 |
commit | f7da3f1c1076163dae1e9ed0165d1bed17c031c2 (patch) | |
tree | caaf79ea563cc12f83aa6eb7d8f90c5d8f08e136 | |
parent | 9bde4fd426ce14e1e3a7eadd74e1ddffc0139faf (diff) | |
download | coreutils-f7da3f1c1076163dae1e9ed0165d1bed17c031c2.tar.xz |
tests: reenable temporarily-disabled tests using e.g., trap '' TTOU
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.
-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, 0 insertions, 9 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 diff --git a/tests/mv/i-3 b/tests/mv/i-3 index 579077b85..d1f119c42 100755 --- a/tests/mv/i-3 +++ b/tests/mv/i-3 @@ -25,9 +25,6 @@ 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 |