summaryrefslogtreecommitdiff
path: root/tests/fastcgi-11.sh
blob: 2042c1d31f7c31305cf875f3d4bbff235ce03dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

test x$srcdir = x && srcdir=.

. $srcdir/testbase.sh

prepare_test


cat > $TMPFILE <<EOF
FastCGI-Auth - ok
GET /index.html?ok HTTP/1.0
Host: www.example.org
Conntection: close

Status: 200
EOF

run_test