summaryrefslogtreecommitdiff
path: root/tests/pathinfo-01.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pathinfo-01.sh')
-rwxr-xr-xtests/pathinfo-01.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/pathinfo-01.sh b/tests/pathinfo-01.sh
deleted file mode 100755
index 17b7a50a..00000000
--- a/tests/pathinfo-01.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-if pidof php > /dev/null; then
- echo -n
-else
- printf "%-40s" "PathInfo"
- exit 77
-fi
-
-test x$srcdir = x && srcdir=.
-
-. $srcdir/testbase.sh
-
-prepare_test
-
-cat > $TMPFILE <<EOF
-PathInfo
-GET /cgi.php/abc HTTP/1.0
-
-Status: 200
-EOF
-
-run_test
-