commit 5147b675cbe2b5fb3cfb2923e40434a93eac4052 from: Alexander Barton via: Florian Westphal date: Tue Feb 26 22:49:33 2008 UTC Removed the SQUIT test for now, actually we don't support it yet. commit - ddecfcd8310f77974803c9c67431809320646a55 commit + 5147b675cbe2b5fb3cfb2923e40434a93eac4052 blob - 5c985f555bacbdc5210786e298a55cdd9653ff72 blob + 4b8837985fd6dc886c141139556d5b28090ca8b7 --- src/testsuite/misc-test.e +++ src/testsuite/misc-test.e @@ -1,4 +1,4 @@ -# $Id: misc-test.e,v 1.1 2008/02/17 13:26:42 alex Exp $ +# $Id: misc-test.e,v 1.2 2008/02/17 13:51:00 alex Exp $ spawn telnet localhost 6789 expect { @@ -35,12 +35,6 @@ expect { "374" } -send "squit\r" -expect { - timeout { exit 1 } - "481" -} - send "quit\r" expect { timeout { exit 1 }