diff options
author | Jim Meyering <meyering@redhat.com> | 2009-02-21 15:56:26 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-02-21 16:52:42 +0100 |
commit | 773a88d33f68e50a2919c8a8310c646a7e5fabc2 (patch) | |
tree | a2da4eaa7913561e19fe59c13631c827a367fb09 /tests/mv | |
parent | cd78f85b0b0eabf09466f5aa689561f23e242f5e (diff) | |
download | coreutils-773a88d33f68e50a2919c8a8310c646a7e5fabc2.tar.xz |
tests: skip newly-modified tests unconditionally, just to be safe
* tests/misc/stty-invalid: Skip.
* tests/misc/stty: Likewise.
* tests/mv/i-3: Likewise.
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/i-3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mv/i-3 b/tests/mv/i-3 index d1f119c42..579077b85 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 |