diff options
Diffstat (limited to 't/net/cgi-bin/timeout')
-rwxr-xr-x | t/net/cgi-bin/timeout | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/net/cgi-bin/timeout b/t/net/cgi-bin/timeout new file mode 100755 index 0000000..cbb8b72 --- /dev/null +++ b/t/net/cgi-bin/timeout @@ -0,0 +1,7 @@ +#!/bin/sh + +sleep 20; + +echo "Content-type: text/plain" +echo +echo "Test" |