]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Disable this test for now.
authorJim Meyering <jim@meyering.net>
Sun, 11 Mar 2001 15:24:28 +0000 (15:24 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 11 Mar 2001 15:24:28 +0000 (15:24 +0000)
It would block when run in the background.

tests/rm/isatty

index e3a0317d11120112c392e7c6df6283d22eed5240..2026433b1869a5958b3f665a2c494dc68440c3c8 100755 (executable)
@@ -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 &