summaryrefslogtreecommitdiff
path: root/cpan/CGI/t/url.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/CGI/t/url.t')
-rw-r--r--cpan/CGI/t/url.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/CGI/t/url.t b/cpan/CGI/t/url.t
index 9af1c0c055..6ca229801d 100644
--- a/cpan/CGI/t/url.t
+++ b/cpan/CGI/t/url.t
@@ -63,6 +63,7 @@ subtest 'rewrite_interactions' => sub {
'$q->url(-rewrite=>1,-path=>1), with rewriting detected' );
is( $q->url(-rewrite=>0,-path=>0), 'http://example.com/real/cgi-bin/dispatch.cgi',
'$q->url(-rewrite=>0,-path=>1), with rewriting detected' );
+ done_testing();
};