summaryrefslogtreecommitdiff
path: root/tests/fastcgi-10.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fastcgi-10.sh')
-rwxr-xr-xtests/fastcgi-10.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/fastcgi-10.sh b/tests/fastcgi-10.sh
deleted file mode 100755
index bd0e8dd0..00000000
--- a/tests/fastcgi-10.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-if pidof php > /dev/null; then
- echo -n
-else
- printf "%-40s" "Redirect in PHP"
- exit 77
-fi
-
-test x$srcdir = x && srcdir=.
-
-. $srcdir/testbase.sh
-
-prepare_test
-
-
-cat > $TMPFILE <<EOF
-SERVER_NAME + \$HTTP, servername
-GET /phphost.php HTTP/1.0
-Host: zzz.example.org
-Conntection: close
-
-Status: 200
-Content: zzz.example.org
-EOF
-
-run_test