summaryrefslogtreecommitdiff
path: root/t/op/filetest.t
Commit message (Expand)AuthorAgeFilesLines
* Win32 minitest: -k is never available on Win32Tony Cook2015-01-061-4/+11
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get filetest.t working under miniperlFather Chrysostomos2014-09-021-1/+2
* [perl #121732] fix t/op/filetest.t for windowsReini Urban2014-06-101-1/+13
* t/op/filetest.t: On Android, don't try checking if ln exists with whichBrian Fraser2014-01-261-2/+9
* -l $handle warning: globs, iorefs, utf8Father Chrysostomos2013-06-041-1/+18
* Restore the warning previously issued by (-l $fh)Ricardo Signes2013-05-081-3/+6
* t/op/filetest.t: Provide descriptions for remaining tests lacking them.James E Keenan2012-12-141-28/+31
* Use is() and isnt() in t/op/filetest.t, in place of ok().Nicholas Clark2012-05-311-37/+37
* In t/op/filetest.t, test -s -f 'TEST' against the size from stat 'TEST'.Nicholas Clark2012-05-311-2/+4
* In t/op/filetest.t, use the tempfile instead of t/TEST in two tests.Nicholas Clark2012-05-311-4/+4
* In t/op/filetest.t, use one temporary file for testing instead of two.Nicholas Clark2012-05-311-13/+9
* In t/op/filetest.t, simplify the logic for testing read-only files.Nicholas Clark2012-05-311-14/+16
* In t/op/filetest.t, simplify the skip logic when testing -r and -w on op.Nicholas Clark2012-05-311-12/+2
* stat.t, filetest.t: Actually gen rand file namesFather Chrysostomos2012-01-151-1/+1
* -T "unreadable file" should set stat info consistentlyFather Chrysostomos2012-01-141-1/+9
* Make -T BADHANDLE set errno with fatal warningsFather Chrysostomos2012-01-141-2/+12
* Make -l HANDLE set PL_laststatval with fatal warningsFather Chrysostomos2012-01-141-1/+7
* Make -T HANDLE and -B HANDLE always set last stat typeFather Chrysostomos2012-01-131-2/+8
* Make -T _ and -B _ always set PL_laststatvalFather Chrysostomos2012-01-131-2/+8
* Make failed filetests consistent with & w/out fatal warningsFather Chrysostomos2012-01-131-1/+28
* stat $ioref should record the handle for -T _Father Chrysostomos2012-01-131-3/+15
* Set PL_statgv to null when freed or coercedFather Chrysostomos2012-01-131-3/+22
* Suppress confusing uninit warning from -T _Father Chrysostomos2012-01-131-1/+4
* Make -T HANDLE set the last stat typeFather Chrysostomos2012-01-121-1/+11
* Skip 2 tests in t/op/filetest.t if t/TEST is a symlink.Nicholas Clark2011-09-201-0/+1
* Update skip count in t/op/filetest.t after 433644eed.Craig A. Berry2011-09-181-2/+2
* Make -l always treat non-bareword arguments as file namesFather Chrysostomos2011-09-171-1/+9
* Make stacked -l workFather Chrysostomos2011-09-171-1/+24
* Stop filetest ops from calling FETCH on parent op’s argFather Chrysostomos2011-09-101-1/+12
* -l followed by bareword should leave the stack aloneFather Chrysostomos2011-09-101-1/+7
* Replaced 'unlink' with 'unlink_all' in t/op/filetest.tBrad Gilbert2010-12-081-1/+1
* Don't use t/TEST to test a "read only file", repeatedly chmod-ing it a-w.Nicholas Clark2009-08-271-10/+10
* Make test pass with miniperlRafael Garcia-Suarez2009-07-271-3/+4
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Fix test if Fcntl couldn't be loaded (for example with miniperl)Rafael Garcia-Suarez2009-05-251-1/+4
* -ugk don't call string overload when S_IXXX isn't defined.unknown2009-03-261-2/+13
* IO refs always stringify for -t, -T and -B.Ben Morrow2009-03-251-0/+4
* Test -X overloads on GLOB and IO refs.Ben Morrow2009-03-251-1/+17
* Test stacked overloaded -X.Ben Morrow2009-03-251-8/+10
* More tests for -X/string/random overloading.Ben Morrow2009-03-251-6/+51
* Adjust tests.Ben Morrow2009-03-251-2/+8
* Tests for -X overloading.Ben Morrow2009-03-251-0/+15
* Use tempfile() in testsBram2009-02-161-6/+7
* Add a test for bug #60214Rafael Garcia-Suarez2008-10-301-1/+10
* Force _ to be always a bareword after filetest operatorsRafael Garcia-Suarez2005-10-181-1/+8
* Don't assume that the chmod will always work.Nicholas Clark2004-03-221-3/+3
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-38/+44
* Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when buildin...Artur Bergman2002-02-051-0/+3
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1