]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/channel-test.e
Test suite: Update file headers and comments
[ngircd-alex.git] / src / testsuite / channel-test.e
index 16c67ad4a007eeeada1a6f08fedcc9571b2d069a..dd7eb66d20e5f9c6a8f7583041af25a854fec362 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: channel-test.e,v 1.4 2008/02/05 13:31:51 fw Exp $
+# ngIRCd test suite
+# Channel test
 
 spawn telnet localhost 6789
 expect {
@@ -104,5 +105,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-