# from Linda W on Friday 01 March 2013: >They worked when I ran them in the 't' directory. >... >When I ran it in 't' , the mod was in "../lib"... but not under the >test harness?
Hi Linda, Probably chdir .. and try the tests as t/foo.t -- this will be more like what you'll see from `./Build test` because most author tools are going to assume that the root of your dist is the working directory and add blib/lib and blib/arch to your path (or `prove -rl t/ xt/` is going to add lib to your module path and run everything in t and xt.) --Eric -- --------------------------------------------------- http://scratchcomputing.com ---------------------------------------------------