diff --git a/test/test.sh b/test/test.sh index e09c2f8..b0044de 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,5 +1,11 @@ #!/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"