> But it didn't really change anythings, but enforce Test::More. Are you > sure other tests where you use Test::More don't behave that way?
yes. from trunk: $ make test TEST_FILES=t/more/02testmore.t; echo $? ... t/more/02testmore....request has failed (the response code was: 404) ... make: *** [run_tests] Error 1 2 from test-more-unstable $ make test TEST_FILES=t/more/02testmore.t; echo $? ... t/more/02testmore....request has failed (the response code was: 404) ... 0 > > I've now committed it to the unstable branch, do you still see it that way? the above test was with a fresh checkout. --Geoff