aboutsummaryrefslogtreecommitdiff
path: root/tests/httpserver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/httpserver.pl')
-rwxr-xr-xtests/httpserver.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/httpserver.pl b/tests/httpserver.pl
index f5cf62cbe..0c9a42c2c 100755
--- a/tests/httpserver.pl
+++ b/tests/httpserver.pl
@@ -3,7 +3,7 @@ use Socket;
use Carp;
use FileHandle;
-use strict;
+#use strict;
require "getpart.pm";
@@ -119,7 +119,7 @@ for ( $waitedpid = 0;
elsif($path =~ /verifiedserver/) {
# this is a hard-coded query-string for the test script
# to verify that this is the server actually running!
- print "HTTP/1.1 999 WE ROOLZ\r\n";
+ print "HTTP/1.1 999 WE ROOLZ: $$\r\n";
exit;
}
else {