diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-03-06 13:42:15 +0800 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-03-06 06:07:01 -0800 |
commit | 6b2d8ff75f1b9554d01dc6872b4498d660827e58 (patch) | |
tree | b7db7c2e7faa726be0f43e40c5ea2ed1fea7e06f | |
parent | b6a6c19d0fb138a14bbcb73f3f104c4c885dc2d2 (diff) | |
download | talos-petitboot-6b2d8ff75f1b9554d01dc6872b4498d660827e58.tar.gz talos-petitboot-6b2d8ff75f1b9554d01dc6872b4498d660827e58.zip |
test/url: Add http-simple.test
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Geoff Levand <geoff@infradead.org>
-rw-r--r-- | test/urls/data/http-simple.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/urls/data/http-simple.test b/test/urls/data/http-simple.test new file mode 100644 index 0000000..0b0dd19 --- /dev/null +++ b/test/urls/data/http-simple.test @@ -0,0 +1,7 @@ +http://hostname.tld:80/path/file +scheme http +host hostname.tld +port 80 +path /path/file +dir /path/ +file file |