X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_lighttpd-fastcgi-non-root.t;fp=t%2Foptional_lighttpd-fastcgi-non-root.t;h=5f8ba1b19602d7c2a225c51e96dfacdee9506c3f;hp=6e1bb67dc092f4f53c1d580d58d1099d54c9b449;hb=a68314c2bb8ad7c2fc95f0008df7e4ebd35e5ebe;hpb=fe7960931099de2d6e5e3b05a575d94ed2b57761 diff --git a/t/optional_lighttpd-fastcgi-non-root.t b/t/optional_lighttpd-fastcgi-non-root.t index 6e1bb67..5f8ba1b 100644 --- a/t/optional_lighttpd-fastcgi-non-root.t +++ b/t/optional_lighttpd-fastcgi-non-root.t @@ -107,7 +107,7 @@ while ( check_port( 'localhost', $port ) != 1 ) { # run the testsuite against the server $ENV{CATALYST_SERVER} = "http://localhost:$port/deep/path"; -my @tests = (shift) || glob('t/live_*'); +my @tests = (shift) || glob('t/aggregate/live_*'); eval { runtests(@tests); };