]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Removed the SQUIT test for now, actually we don't support it yet.
authorAlexander Barton <alex@barton.de>
Sun, 17 Feb 2008 13:51:00 +0000 (13:51 +0000)
committerFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 22:49:33 +0000 (23:49 +0100)
src/testsuite/misc-test.e

index 5c985f555bacbdc5210786e298a55cdd9653ff72..4b8837985fd6dc886c141139556d5b28090ca8b7 100644 (file)
@@ -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 }