From: Jim Meyering Date: Sun, 22 Feb 2009 00:42:43 +0000 (+0100) Subject: tests: reenable temporarily-disabled tests using e.g., trap '' TTOU X-Git-Tag: v7.2~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7da3f1c1076163dae1e9ed0165d1bed17c031c2;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/misc/stty b/tests/misc/stty index 58c9eee5c3..b607ec08c3 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 0d10128582..d9f077779f 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 579077b855..d1f119c42c 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