diff options
author | Jim Meyering <meyering@redhat.com> | 2009-02-22 01:42:43 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-02-22 01:42:43 +0100 |
commit | f7da3f1c1076163dae1e9ed0165d1bed17c031c2 (patch) | |
tree | caaf79ea563cc12f83aa6eb7d8f90c5d8f08e136 /tests/mv/i-3 | |
parent | 9bde4fd426ce14e1e3a7eadd74e1ddffc0139faf (diff) | |
download | coreutils-f7da3f1c1076163dae1e9ed0165d1bed17c031c2.tar.xz |
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.
Diffstat (limited to 'tests/mv/i-3')
-rwxr-xr-x | tests/mv/i-3 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/mv/i-3 b/tests/mv/i-3 index 579077b85..d1f119c42 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 |