This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / chdir.t
2014-09-03 Father ChrysostomosGet chdir.t working under minitest
2011-03-06 Nicholas ClarkEnsure that chdir.t can find File::Spec and Cwd under...
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-01-08 John Malmbergt/op/chdir.t, t/op/defins.t on VMS
2007-05-01 Steve PetersFixing a Perl_my_dirfd() related test failure.
2007-03-30 Rafael Garcia-SuarezAdd two deprecation warnings:
2007-03-10 Nicholas ClarkA test case for change 30527 (chdir bareword ambiguity...
2007-03-10 Nicholas ClarkRefactor the "has fchdir" and "has dirfd" logic to...
2006-02-07 Gisle AasAllow bareword file handle as argument to chdir().
2005-08-11 John E. Malmberg[patch] blead@25282 - VMS specific fixes. [2nd try]
2005-07-18 H.Merijn Brandtests are expected to fail if dirfd () does not exist
2005-07-16 Gisle AasRe: fchmod, fchown, fchdir
2003-05-21 Jarkko HietaniemiU/WIN test tweak from John P. Linderman.
2002-04-28 Jarkko HietaniemiIntegrate #16254 from macperl;
2001-11-11 Michael G. Schwern%ENV protection
2001-10-10 Jarkko HietaniemiEven more VMS tweakage from Charles Lane:
2001-09-29 Jarkko HietaniemiSave and restore $ENV{'SYS$LOGIN'} only in VMS.
2001-09-29 Craig A. Berrychdir.t finally (I hope)
2001-09-28 Jarkko HietaniemiTest numbering mismatch.
2001-09-27 Craig A. Berryslightly less broken chdir.t for VMS
2001-09-25 Michael G. SchwernDeprecating chdir(undef)/chdir('')
2001-09-25 Jarkko HietaniemiReplace the use Test::More in t/{op,io,run} with t...
2001-09-22 Michael G. SchwernReconciling the Cwd/File::Spec differences
2001-09-22 Blair Zajact/op/chdir.t won't pass on VMS
2001-09-17 Michael G. SchwernRe: [BUG?] chdir(undef) == chdir() probably a bug