summaryrefslogtreecommitdiff
path: root/tests/basic-09.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic-09.sh')
-rwxr-xr-xtests/basic-09.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/basic-09.sh b/tests/basic-09.sh
new file mode 100755
index 00000000..3231a5b4
--- /dev/null
+++ b/tests/basic-09.sh
@@ -0,0 +1,16 @@
+#!/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