Fix endless loop in Porting/makemeta.
authorCraig A. Berry <craigberry@mac.com>
Fri, 28 Jan 2011 15:20:17 +0000 (09:20 -0600)
committerCraig A. Berry <craigberry@mac.com>
Fri, 28 Jan 2011 19:17:57 +0000 (13:17 -0600)
commit2ccec147976ec11b06dff522ad1f06f47e398eae
tree567f17861c7ab68b400f66c34ab98d07876cd416
parentf84e912d7ca932a52e18c2af3f2b83670aeaf61d
Fix endless loop in Porting/makemeta.

File::Basename::dirname() returns the current device and directory
on VMS when there is no directory information in the path (i.e.,
you ran out of directories), and the current device and directory
are never ".".  Now that we run makemeta in the test suite, the
expectation that you always get "." was causing the test suite to
hang in a CPU-bound loop.
Porting/makemeta