test in directories provided by Test::Spec
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 4 Jun 2008 21:56:48 +0000 (21:56 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 4 Jun 2008 21:56:48 +0000 (21:56 +0000)
commit3635c4ef0b6ceb2d7e95e66adbac3a8b66066521
tree1ecbed9434f9eb0f2603696b3122b7bcd632099f
parent346533b5a8c78963e00ab44598eeae628a91ce53
test in directories provided by Test::Spec

On darwin machines /tmp seems to be symlinked to /private/tmp, resulting
in different file names reported by <()> (uses rel2abs with dirname of
parent file) and Include() (uses rel2abs in cwd, so symlinks are
resolved).  Similarly, on windows the latter adds a drive name (C:\tmp).

F::S->tmpdir should provide a preresolved directory, so results are the
same.
t/50-cgi.t