You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
|
|
#
|
|
# Script that's called by formconfig to test things. This is not the main
|
|
# script to run tests. For that, see the "build.sla" file in the root dir of
|
|
# this project.
|
|
#
|
|
|
|
cat << EOF
|
|
HTTP/1.0 200 Ok
|
|
echo "Content-type: text/plain"
|
|
|
|
EOF
|
|
env
|
|
|