Commit c8e7469f authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/http/cgi: make test more robust for Windows perl

Update #4401

R=golang-dev, mattn.jp
CC=golang-dev
https://golang.org/cl/6853067
parent c9856e7d
......@@ -8,6 +8,8 @@
use strict;
use Cwd;
binmode STDOUT;
my $q = MiniCGI->new;
my $params = $q->Vars;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment