Add CGI test for windows, that does not need an extra interpreter

This commit is contained in:
bel 2015-05-01 23:39:00 +02:00
parent 93fbcb33b1
commit ceb5f39461
2 changed files with 7 additions and 0 deletions

2
test/windows.cgi Normal file
View File

@ -0,0 +1,2 @@
#!windows.cgi.cmd

5
test/windows.cgi.cmd Normal file
View File

@ -0,0 +1,5 @@
@echo off
echo HTTP/1.1 200 OK
echo Connection: close
echo.
echo CGI test