X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_args.t;h=c4fdc17d691eaefbb34fe1a5a82f11c04360b9f3;hb=e7ca2e0e77986096bc55653b92c5f40d44470337;hp=f5768ae6d328ff95985c943d72acaa8bf4c70e8d;hpb=12cd259ddc8814c8a8e2ced2599abdc5aef22683;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_args.t b/t/live_component_controller_args.t index f5768ae..c4fdc17 100644 --- a/t/live_component_controller_args.t +++ b/t/live_component_controller_args.t @@ -65,8 +65,9 @@ sub run_test_for { SKIP: { - # Skip %2F and . tests on real webservers, they are often ignored by default - if ( $ENV{CATALYST_SERVER} && $path =~ /(?:%2F|\.)/ ) { + # Skip %2F, ., [, (, and ) tests on real webservers + # Both Apache and lighttpd don't seem to like these + if ( $ENV{CATALYST_SERVER} && $path =~ /(?:%2F|\.|%5B|\(|\))/ ) { skip "Skipping $path tests on remote server", 6; }