chiark / gitweb /
wip fixes
[cgi-auth-flexible.git] / test.cgi
index 6cb320e48c9a7c17b6f34c6086608ad7f23dcfc7..59b7976a18d47273d77d9ccda6f9f6fa417de1b6 100755 (executable)
--- a/test.cgi
+++ b/test.cgi
@@ -19,7 +19,7 @@ my $q = CGI->new;
 
 my $authreq = $verifier->new_request($q);
 
-$authreq->check_ok() or return;
+$authreq->check_ok() or exit;
 
 my $cookie = $authreq->secret_cookie();
 my $url = $q->url();