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>
Thu, 5 Jun 2008 00:08:48 +0000 (00:08 +0000)
commitc41c902ca6fd9f8e352267be64d800ba99bdd555
tree81bcb5d05917103cc3b60ef23f981f7a71895f0a
parentb3c4162b66c7114eb1bbf2ccb0b0472288576c83
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