Re: cvs commit: modperl-2.0/t/modperl sameinterp.t

2003-08-21 Thread Stas Bekman
Geoffrey Young wrote: # make the tests resistant to a failure of finding the same perl # interpreter, which happens randomly and not an error. # the first argument is used to decide whether to skip the sub-test, # the rest of the arguments are passed to 'ok t_cmp'; sub skip_not_same

Re: cvs commit: modperl-2.0/t/modperl sameinterp.t

2003-08-21 Thread Geoffrey Young
# make the tests resistant to a failure of finding the same perl # interpreter, which happens randomly and not an error. # the first argument is used to decide whether to skip the sub-test, # the rest of the arguments are passed to 'ok t_cmp'; sub skip_not_same_intrep { I noticed th