mirror of https://github.com/golang/go.git
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
This commit is contained in:
parent
c9856e7d22
commit
c8e7469fcd
|
|
@ -8,6 +8,8 @@
|
|||
use strict;
|
||||
use Cwd;
|
||||
|
||||
binmode STDOUT;
|
||||
|
||||
my $q = MiniCGI->new;
|
||||
my $params = $q->Vars;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue