]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/misc-test.e
Test suite: Update file headers and comments
[ngircd-alex.git] / src / testsuite / misc-test.e
index 0623024da07997fcd9fe3e58a6bf44939b1d77c2..a83bc5b43a16cc36f310906bcc6c2b14e59da914 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: misc-test.e,v 1.2 2008/02/17 13:51:00 alex Exp $
+# ngIRCd test suite
+# Misc test
 
 spawn telnet localhost 6789
 expect {
@@ -161,5 +162,3 @@ expect {
        timeout { exit 1 }
        "ERROR"
 }
-
-# -eof-