mirror of
https://github.com/golang/go
synced 2024-11-26 09:58:04 -07:00
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
2
src/pkg/net/http/cgi/testdata/test.cgi
vendored
2
src/pkg/net/http/cgi/testdata/test.cgi
vendored
@ -8,6 +8,8 @@
|
||||
use strict;
|
||||
use Cwd;
|
||||
|
||||
binmode STDOUT;
|
||||
|
||||
my $q = MiniCGI->new;
|
||||
my $params = $q->Vars;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user