summaryrefslogtreecommitdiff
path: root/t/io/fs.t
Commit message (Expand)AuthorAgeFilesLines
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-3/+2
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-9/+9
* fix utime() to set $!/errno when called on a closed handleTony Cook2021-05-241-0/+1
* dragonfly BSD's default filesystem is mounted noatime by defaultTony Cook2020-11-051-1/+1
* Handle OSes where filesystems can be mounted with 'noatime' optionJames E Keenan2018-10-311-4/+5
* Move subroutine definition to end of file.James E Keenan2018-10-301-59/+58
* Regularize indents within subroutine definition.James E Keenan2018-10-301-53/+52
* Fully encapsulate check_utime_result()James E Keenan2018-10-301-2/+3
* Remove code commented out since March 2002.James E Keenan2018-10-301-8/+4
* Repeatedly hard-coding an integer is a mistake.James E Keenan2018-10-301-9/+11
* Make descriptions more self-documentingJames E Keenan2018-10-301-6/+6
* Add notes so it's easier to see where we are in test file.James E Keenan2018-10-301-2/+4
* Use t/test.pl's note() functionJames E Keenan2018-10-301-5/+5
* VMS does have fchmod and fchown.Craig A. Berry2018-01-151-0/+1
* (perl #127663) only test renaming directories with rename() available.Tony Cook2017-09-111-11/+16
* Revert "Do not try to fchown() to uid -1 and gid -1."Tony Cook2016-11-151-2/+2
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* Do not try to fchown() to uid -1 and gid -1.Jarkko Hietaniemi2016-02-071-2/+2
* disable Win32 sloppy stat in io/fs.t, io/stat.tTony Cook2015-01-061-0/+6
* [perl #122703] ensure $! is set when chmod() and utime() failTony Cook2014-10-221-4/+23
* Get t/io/fs.t working under miniperlFather Chrysostomos2014-09-021-1/+4
* Revert part of b844a53a to fix ./perl -Ilib t/io/fs.tJarkko Hietaniemi2014-07-281-3/+0
* [perl #21442] fix fs.t failures on Win32 FAT drivebulk882014-04-091-0/+3
* t/io/fs.t: sh in Blackberry might behave like android'sBrian Fraser2014-01-301-2/+3
* t/io/fs.t: Handle Android's pwd being a shell builtinBrian Fraser2014-01-261-0/+4
* Adjust fs test to try more ways of getting the CWD. Expire if we still didn't...Jess Robinson2014-01-261-1/+6
* Check unlink on directory for all users, not just root.Craig A. Berry2013-12-021-7/+5
* Make unlink on directory as root set errno.Evan Zacks2013-12-021-1/+32
* remove an obsolete VOS special case and add a new one in fs.tPaul Green2013-06-031-6/+4
* Remove the BeOS port.Nicholas Clark2012-12-141-1/+1
* Remove the EPOC port.Nicholas Clark2012-11-191-1/+1
* Stop truncate(word) from falling back to file nameFather Chrysostomos2012-07-251-2/+10
* In t/ avoid using File::Spec for paths only used by Perl.Nicholas Clark2011-03-061-2/+1
* Replaced '1 while unlink' with 'unlink_all' in t/io/fs.tBrad Gilbert2010-12-081-1/+1
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-6/+2
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-3/+2
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Haiku PortIngo Weinhold2008-10-291-1/+1
* VMS-specific follow-up to tempfile name changes in 34182, plusCraig A. Berry2008-08-131-1/+1
* Convert all unimaginative (ie race condition) temporary file names toNicholas Clark2008-08-071-31/+33
* Make fs.t compare the permissions of a link with thoseCraig A. Berry2008-02-111-2/+6
* Check rename() under CygwinJerry D. Hedden2007-09-261-1/+1
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-181-1/+1
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-201-0/+1
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-081-1/+12
* Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.Steve Peters2005-11-031-2/+8
* Re: futimes [PATCH]Gisle Aas2005-11-021-47/+52
* Lowercase barewords considered harmful to your health.Steve Peters2005-11-021-6/+6
* futimes [PATCH]Gisle Aas2005-10-311-2/+27
* Re: fchmod, fchown, fchdirGisle Aas2005-07-161-1/+32