summaryrefslogtreecommitdiff
path: root/tests/basic-09.sh
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-02-27 22:01:13 +0000
committerJan Kneschke <jan@kneschke.de>2005-02-27 22:01:13 +0000
commit9c380cbbde19f7d42d2d08c9d10c07d91f327046 (patch)
treed6bdb46970f79a1adc9039963875a8b3ef44391f /tests/basic-09.sh
parentb6b7b3c69803ee289f38a92147a8dced5df2f793 (diff)
downloadlighttpd-git-9c380cbbde19f7d42d2d08c9d10c07d91f327046.tar.gz
moved most of the tests to run-tests.pl
- more tests - less code to maintain - more speed git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@42 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/basic-09.sh')
-rwxr-xr-xtests/basic-09.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/basic-09.sh b/tests/basic-09.sh
deleted file mode 100755
index 3231a5b4..00000000
--- a/tests/basic-09.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-test x$srcdir = x && srcdir=.
-
-. $srcdir/testbase.sh
-
-prepare_test
-
-cat > $TMPFILE <<EOF
-HTTP/1.0, host in URI
-GET http://www.yahoo.com/ HTTP/1.0
-
-Status: 200
-EOF
-
-run_test