about summary refs log tree commit diff
path: root/src/testsuite/who-test.e
diff options
context:
space:
mode:
Diffstat (limited to 'src/testsuite/who-test.e')
-rw-r--r--src/testsuite/who-test.e5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testsuite/who-test.e b/src/testsuite/who-test.e
index 0a71e3f7..a41e6b6a 100644
--- a/src/testsuite/who-test.e
+++ b/src/testsuite/who-test.e
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# WHO test
+
 spawn telnet localhost 6789
 expect {
 	timeout { exit 1 }
@@ -198,5 +201,3 @@ expect {
 	timeout { exit 1 }
 	"Connection closed"
 }
-
-# -eof-