Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > be2c43ee7ff197283cdfffaf0ef62823 > files > 1

expect-5.43.0-22.mga3.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