Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd/testsuite fix output since protocol agnostic c...



details:   https://anonhg.NetBSD.org/src/rev/fdb14c252e52
branches:  trunk
changeset: 364082:fdb14c252e52
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 24 10:04:41 2018 +0000

description:
fix output since protocol agnostic change went in.

XXX: i thought someone hooked this into atf already, please do :)

diffstat:

 libexec/httpd/testsuite/t3.out |  2 +-
 libexec/httpd/testsuite/t5.out |  2 +-
 libexec/httpd/testsuite/t6.out |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 3a4ca9c1643a -r fdb14c252e52 libexec/httpd/testsuite/t3.out
--- a/libexec/httpd/testsuite/t3.out    Fri Aug 24 05:39:04 2018 +0000
+++ b/libexec/httpd/testsuite/t3.out    Fri Aug 24 10:04:41 2018 +0000
@@ -7,5 +7,5 @@
 <html><head><title>400 Bad Request</title></head>
 <body><h1>400 Bad Request</h1>
 /: <pre>The request was not valid</pre>
-<hr><address><a href="http://madrugada.eterna.com.au/";>madrugada.eterna.com.au</a></address>
+<hr><address><a href="//madrugada.eterna.com.au/">madrugada.eterna.com.au</a></address>
 </body></html>
diff -r 3a4ca9c1643a -r fdb14c252e52 libexec/httpd/testsuite/t5.out
--- a/libexec/httpd/testsuite/t5.out    Fri Aug 24 05:39:04 2018 +0000
+++ b/libexec/httpd/testsuite/t5.out    Fri Aug 24 10:04:41 2018 +0000
@@ -6,5 +6,5 @@
 <html><head><title>403 Forbidden</title></head>
 <body><h1>403 Forbidden</h1>
 /cgi-bin/..M-@M-/..M-@M-/..M-@M-/..M-@M-/..M-@M-/../winnt/system32/cmd.exe: <pre>Access to this item has been denied</pre>
-<hr><address><a href="http://what-time-is-love.eterna.com.au/";>what-time-is-love.eterna.com.au</a></address>
+<hr><address><a href="//what-time-is-love.eterna.com.au/">what-time-is-love.eterna.com.au</a></address>
 </body></html>
diff -r 3a4ca9c1643a -r fdb14c252e52 libexec/httpd/testsuite/t6.out
--- a/libexec/httpd/testsuite/t6.out    Fri Aug 24 05:39:04 2018 +0000
+++ b/libexec/httpd/testsuite/t6.out    Fri Aug 24 10:04:41 2018 +0000
@@ -6,5 +6,5 @@
 <html><head><title>404 Not Found</title></head>
 <body><h1>404 Not Found</h1>
 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx: <pre>This item has not been found</pre>
-<hr><address><a href="http://splode.eterna.com.au/";>splode.eterna.com.au</a></address>
+<hr><address><a href="//splode.eterna.com.au/">splode.eterna.com.au</a></address>
 </body></html>



Home | Main Index | Thread Index | Old Index