This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure that chdir.t can find File::Spec and Cwd under minitest
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 17:50:36 +0000 (17:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 20:39:56 +0000 (20:39 +0000)
commit79c67e3326f78c5970f69cc0b31a35619eb41e9a
tree24c3ea6ca3292359f6f02e3606693aaf53f00ce7
parent8594e3bf75762cb96215c73368f7f03d2f42485c
Ensure that chdir.t can find File::Spec and Cwd under minitest

As a working chdir is a key part of the build process, it would be counter-
productive to skip testing it if the build process failed, because it might be
cause of the problems. So add the source locations for Cwd and File::Spec in
dist/Cwd and dist/Cwd/lib respectively.
t/op/chdir.t