Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > f4246b06d84022f6db6a5e7c4fa38c0b > files > 2

expect-5.43.0-14mdv2009.0.src.rpm

--- expect5.32/fixcat.fixcat	Fri Jun  2 13:35:51 2000
+++ expect5.32/fixcat	Fri Jun  2 13:36:56 2000
@@ -8,11 +8,14 @@
 # If this file is sitting in an architecture-specific library directory,
 # then it serves as a marker that your /bin/cat buffers by default.
 
+# XXX Red Hat linux has unbuffered cat
+exit 0
+
 # test for when catting to/from files
-log_user 0
-spawn -open [open "|cat" "r+"]
-send "\r"
-expect "\r" {exit 1}
+#log_user 0
+#spawn -open [open "|cat" "r+"]
+#send "\r"
+#expect "\r" {exit 1}
 
 # test for when catting to real tty
 #log_user 0