Remove quit as it sometimes confuses the client.

Known problem with 4.3.11, depend on the EOF.
This commit is contained in:
Ron Koenderink 2007-12-25 17:26:50 +00:00
parent d4227f9ff8
commit dabee52bc9

View file

@ -29,7 +29,6 @@ runfeed() {
[ -n "$REP" ] || REP="$1" [ -n "$REP" ] || REP="$1"
{ {
cat cat
echo "quit"
} | ../bin/empire "$1" "$REP" || { warn "empire not ok ?" ; return 1 ; } } | ../bin/empire "$1" "$REP" || { warn "empire not ok ?" ; return 1 ; }
return 0 return 0
} }