This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Swap logic in BEGIN blocks to have Cwd's abs_path do the
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Thu, 10 Feb 2005 14:19:51 +0000 (14:19 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Thu, 10 Feb 2005 14:19:51 +0000 (14:19 +0000)
commitced0984df55ae722e218b1b2dfc5f53d6b3a8473
treeeddf97bc38b8909f5b7803c6468ae243c7fe8a0a
parent5847cf895c6e325eb16d32163270ffec382f535b
Swap logic in BEGIN blocks to have Cwd's abs_path do the
translation *before* the chdir (), so it now DTRT

p4raw-id: //depot/perl@23957
15 files changed:
lib/IPC/Run/t/adopt.t
lib/IPC/Run/t/binmode.t
lib/IPC/Run/t/bogus.t
lib/IPC/Run/t/filter.t
lib/IPC/Run/t/harness.t
lib/IPC/Run/t/io.t
lib/IPC/Run/t/kill_kill.t
lib/IPC/Run/t/parallel.t
lib/IPC/Run/t/pty.t
lib/IPC/Run/t/pump.t
lib/IPC/Run/t/run.t
lib/IPC/Run/t/signal.t
lib/IPC/Run/t/timeout.t
lib/IPC/Run/t/timer.t
lib/IPC/Run/t/win32_compile.t