diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 23:49:18 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 23:49:18 +0000 |
commit | 307603b24dde69eac62d2cb52123488137520c9c (patch) | |
tree | 354df8df3e45b48eb4603b1ea80928b208f3b174 /test/cgi/query-string | |
parent | cf4d923d70992c152917cf6100753ebf0eac89d6 (diff) | |
download | luasocket-307603b24dde69eac62d2cb52123488137520c9c.tar.gz luasocket-307603b24dde69eac62d2cb52123488137520c9c.tar.bz2 luasocket-307603b24dde69eac62d2cb52123488137520c9c.zip |
The test directory!
Diffstat (limited to 'test/cgi/query-string')
-rwxr-xr-x | test/cgi/query-string | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cgi/query-string b/test/cgi/query-string new file mode 100755 index 0000000..2342af5 --- /dev/null +++ b/test/cgi/query-string | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | echo Content-type: text/plain | ||
3 | echo | ||
4 | echo $QUERY_STRING | ||