From: Simon McVittie Date: Thu, 31 Jan 2019 19:48:08 +0000 (+0000) Subject: git-cgi.t: Print query string as a TAP diagnostic X-Git-Tag: 3.20190207~36 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/a10d86bbaebee2d6a30b66b4366d3f0247264678 git-cgi.t: Print query string as a TAP diagnostic Signed-off-by: Simon McVittie --- diff --git a/t/git-cgi.t b/t/git-cgi.t index ee47261ed..c0d087026 100755 --- a/t/git-cgi.t +++ b/t/git-cgi.t @@ -112,6 +112,7 @@ sub run_cgi { my $cgi = CGI->new($args{params}); my $query_string = $cgi->query_string(); + diag $query_string; if ($method eq 'POST') { $defaults{REQUEST_METHOD} = 'POST';