summaryrefslogtreecommitdiff
path: root/t/op/chdir.t
Commit message (Expand)AuthorAgeFilesLines
* Update test skips for no fchdir.Craig A. Berry2017-06-081-1/+1
* Disallow opening the same symbol as both a file and directory handleDagfinn Ilmari Mannsåker2017-06-051-21/+2
* (perl #129130) make chdir allocate the stack it needsTony Cook2016-10-241-1/+7
* Use set_up_inc for several unit testsNicolas R2016-08-181-3/+4
* chdir.t fix-up for VMS.Craig A. Berry2015-07-121-4/+3
* [perl #125373] set $! in chdir() if env not set, clarify docsTony Cook2015-07-071-5/+8
* Fix skip count for non-fchdir like win32.Jarkko Hietaniemi2015-07-031-1/+1
* Test the warnings.Jarkko Hietaniemi2015-07-031-8/+18
* [perl #125305] handle chdir to closed handle correctlyTony Cook2015-06-291-3/+10
* Correct t/op/chdir.t test count following b4929cb48878.Craig A. Berry2015-06-261-2/+2
* Remove unused variables from t/op/chdir.t.Craig A. Berry2015-06-261-14/+0
* [perl #125305] chdir("") no longer behaves like chdir()Tony Cook2015-06-171-24/+6
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* Really get chdir.t working under miniperlFather Chrysostomos2014-09-021-7/+5
* Get chdir.t working under minitestFather Chrysostomos2014-09-021-1/+2
* Ensure that chdir.t can find File::Spec and Cwd under minitestNicholas Clark2011-03-061-2/+7
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-7/+4
* t/op/chdir.t, t/op/defins.t on VMSJohn Malmberg2009-01-081-4/+22
* Fixing a Perl_my_dirfd() related test failure.Steve Peters2007-05-011-2/+2
* Add two deprecation warnings:Rafael Garcia-Suarez2007-03-301-2/+5
* A test case for change 30527 (chdir bareword ambiguity with dirhandlesNicholas Clark2007-03-101-4/+25
* Refactor the "has fchdir" and "has dirfd" logic to one place.Nicholas Clark2007-03-101-4/+8
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-2/+17
* [patch] blead@25282 - VMS specific fixes. [2nd try]John E. Malmberg2005-08-111-0/+4
* tests are expected to fail if dirfd () does not existH.Merijn Brand2005-07-181-1/+8
* Re: fchmod, fchown, fchdirGisle Aas2005-07-161-1/+18
* U/WIN test tweak from John P. Linderman.Jarkko Hietaniemi2003-05-211-1/+5
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-281-5/+8
* %ENV protectionMichael G. Schwern2001-11-111-18/+28
* Even more VMS tweakage from Charles Lane:Jarkko Hietaniemi2001-10-101-6/+13
* Save and restore $ENV{'SYS$LOGIN'} only in VMS.Jarkko Hietaniemi2001-09-291-2/+3
* chdir.t finally (I hope)Craig A. Berry2001-09-291-5/+20
* Test numbering mismatch.Jarkko Hietaniemi2001-09-281-1/+1
* slightly less broken chdir.t for VMSCraig A. Berry2001-09-271-6/+6
* Deprecating chdir(undef)/chdir('')Michael G. Schwern2001-09-251-26/+50
* Replace the use Test::More in t/{op,io,run} with t/test.pl.Jarkko Hietaniemi2001-09-251-3/+3
* Reconciling the Cwd/File::Spec differencesMichael G. Schwern2001-09-221-2/+7
* t/op/chdir.t won't pass on VMSBlair Zajac2001-09-221-7/+8
* Re: [BUG?] chdir(undef) == chdir() probably a bugMichael G. Schwern2001-09-171-0/+68