From: Jim Meyering Date: Sat, 21 Feb 2009 14:56:26 +0000 (+0100) Subject: tests: skip newly-modified tests unconditionally, just to be safe X-Git-Tag: v7.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=773a88d33f68e50a2919c8a8310c646a7e5fabc2;p=thirdparty%2Fcoreutils.git tests: skip newly-modified tests unconditionally, just to be safe * tests/misc/stty-invalid: Skip. * tests/misc/stty: Likewise. * tests/mv/i-3: Likewise. --- diff --git a/tests/misc/stty b/tests/misc/stty index b607ec08c3..58c9eee5c3 100755 --- a/tests/misc/stty +++ b/tests/misc/stty @@ -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 diff --git a/tests/misc/stty-invalid b/tests/misc/stty-invalid index d9f077779f..0d10128582 100755 --- a/tests/misc/stty-invalid +++ b/tests/misc/stty-invalid @@ -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 diff --git a/tests/mv/i-3 b/tests/mv/i-3 index d1f119c42c..579077b855 100755 --- a/tests/mv/i-3 +++ b/tests/mv/i-3 @@ -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