summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-11 15:24:28 +0000
committerJim Meyering <jim@meyering.net>2001-03-11 15:24:28 +0000
commit30bc289991e1a010426141d25816ae99aecc3b1e (patch)
tree81fdd9c24b6648bd2b3fb4ec88e024bcbe11c05d /tests/rm
parenta68a4801941d272b9c72df670338acf841721007 (diff)
downloadcoreutils-30bc289991e1a010426141d25816ae99aecc3b1e.tar.xz
Disable this test for now.
It would block when run in the background.
Diffstat (limited to 'tests/rm')
-rwxr-xr-xtests/rm/isatty5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rm/isatty b/tests/rm/isatty
index e3a0317d1..2026433b1 100755
--- a/tests/rm/isatty
+++ b/tests/rm/isatty
@@ -28,6 +28,11 @@ fail=0
ls /dev/stdin >/dev/null 2>&1 \
|| { (exit 77); exit; }
+# FIXME: skip this test, for now.
+# FIXME: reenable it once I find a way to test whether rm's read (below)
+# would cause the test to hang (i.e., when run in the background).
+(exit 77); exit
+
touch f
chmod 0 f
rm f < /dev/stdin > out 2>&1 &