]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: skip newly-modified tests unconditionally, just to be safe
authorJim Meyering <meyering@redhat.com>
Sat, 21 Feb 2009 14:56:26 +0000 (15:56 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 21 Feb 2009 15:52:42 +0000 (16:52 +0100)
* tests/misc/stty-invalid: Skip.
* tests/misc/stty: Likewise.
* tests/mv/i-3: Likewise.

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

index b607ec08c3dc4f654481c7b42dbc1af68f02fff5..58c9eee5c3476bf5e5547787e6b0d3361ae1cb97 100755 (executable)
@@ -24,6 +24,9 @@ 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 d9f077779fa5bd1018ef697b1222695c79ac5f34..0d1012858216010254a3ed53a0b6ecdf39b82870 100755 (executable)
@@ -23,6 +23,9 @@ 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 d1f119c42ce714397f66923cb46c3b9d42bbfcc8..579077b855bdfc8ab172dabe477311aa55d817e3 100755 (executable)
@@ -25,6 +25,9 @@ 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