Skip to content
Snippets Groups Projects
Commit 53311e8d authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

removed ssi tests

parent cc636197
No related branches found
No related tags found
No related merge requests found
<html><pre>
ssi_begin
<!--#include file="../Makefile" -->
ssi_end
</pre></html>
<html><pre>
ssi_begin
<!--#include virtual="embed.c" -->
ssi_end
</pre></html>
<html><pre>
ssi_begin
<!--#exec "ls -l" -->
ssi_end
</pre></html>
<html><pre>
ssi_begin
<!--#exec "dir /w" -->
ssi_end
</pre></html>
<html><pre>
ssi_begin
<!--#include abspath="/etc/passwd" -->
ssi_end
</pre></html>
<html><pre>
ssi_begin
<!--#include abspath="c:\boot.ini" -->
ssi_end
</pre></html>
<html><pre>
ssi_begin
<!--#include "unit_test.c" -->
ssi_end
</pre></html>
<!--#include "ssi9.shtml" -->
ssi_begin
<!--#include file="../Makefile" -->
ssi_end
......@@ -158,7 +158,6 @@ write_file($config, "access_log_file access.log\n" .
"listening_port 127.0.0.1:23164\n");
spawn("$mongoose_exe -listening_port 127.0.0.1:$port");
o("GET /hello.txt HTTP/1.0\n\n", 'HTTP/1.1 200 OK', 'Loading config file');
unlink $config;
kill_spawned_child();
# "-cgi_environment CGI_FOO=foo,CGI_BAR=bar,CGI_BAZ=baz " .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment