X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=tests%2Fautotest;h=525d1fdedc6de6feb2f1941fc4eb9d952b11bbb7;hb=44cd7013424bdd3811550a47aeff9d01a2a9ce8e;hp=1cea707f8df1a4263a988a6196659c0acd8f6cee;hpb=829bdfa8f56bef52b9eb22d9e4753463cd945dd0;p=cgi-auth-flexible.git diff --git a/tests/autotest b/tests/autotest index 1cea707..525d1fd 100755 --- a/tests/autotest +++ b/tests/autotest @@ -1,5 +1,22 @@ #!/usr/bin/expect -f +# This is part of CGI::Auth::Flexible, a perl CGI authentication module. +# +# Copyright 2012,2013,2015 Ian Jackson. +# Copyright 2012,2013,2015 Citrix. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version, with the "CAF Login Exception" +# as published by Ian Jackson (version 1, or at your option any +# later version) as an Additional Permission. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + set testfile [lindex $argv 0] switch -glob -- $testfile { @@ -30,6 +47,7 @@ log_user 0 log_file -a $tt/expect.log proc timeout-abort {} { + global id send_log "\r\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" error "$id: aborting due to timeout" }