]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: reenable temporarily-disabled tests using e.g., trap '' TTOU
authorJim Meyering <meyering@redhat.com>
Sun, 22 Feb 2009 00:42:43 +0000 (01:42 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 22 Feb 2009 00:42:43 +0000 (01:42 +0100)
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.

tests/misc/stty
tests/misc/stty-invalid
tests/mv/i-3

index 58c9eee5c3476bf5e5547787e6b0d3361ae1cb97..b607ec08c3dc4f654481c7b42dbc1af68f02fff5 100755 (executable)
@@ -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
index 0d1012858216010254a3ed53a0b6ecdf39b82870..d9f077779fa5bd1018ef697b1222695c79ac5f34 100755 (executable)
@@ -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
index 579077b855bdfc8ab172dabe477311aa55d817e3..d1f119c42ce714397f66923cb46c3b9d42bbfcc8 100755 (executable)
@@ -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