| Commit message (Expand) | Author | Age | Files | Lines |
* | Win32 minitest: -k is never available on Win32 | Tony Cook | 2015-01-06 | 1 | -4/+11 |
* | Put miniperl @INC logic in test.pl | Father Chrysostomos | 2014-09-02 | 1 | -2/+1 |
* | Get filetest.t working under miniperl | Father Chrysostomos | 2014-09-02 | 1 | -1/+2 |
* | [perl #121732] fix t/op/filetest.t for windows | Reini Urban | 2014-06-10 | 1 | -1/+13 |
* | t/op/filetest.t: On Android, don't try checking if ln exists with which | Brian Fraser | 2014-01-26 | 1 | -2/+9 |
* | -l $handle warning: globs, iorefs, utf8 | Father Chrysostomos | 2013-06-04 | 1 | -1/+18 |
* | Restore the warning previously issued by (-l $fh) | Ricardo Signes | 2013-05-08 | 1 | -3/+6 |
* | t/op/filetest.t: Provide descriptions for remaining tests lacking them. | James E Keenan | 2012-12-14 | 1 | -28/+31 |
* | Use is() and isnt() in t/op/filetest.t, in place of ok(). | Nicholas Clark | 2012-05-31 | 1 | -37/+37 |
* | In t/op/filetest.t, test -s -f 'TEST' against the size from stat 'TEST'. | Nicholas Clark | 2012-05-31 | 1 | -2/+4 |
* | In t/op/filetest.t, use the tempfile instead of t/TEST in two tests. | Nicholas Clark | 2012-05-31 | 1 | -4/+4 |
* | In t/op/filetest.t, use one temporary file for testing instead of two. | Nicholas Clark | 2012-05-31 | 1 | -13/+9 |
* | In t/op/filetest.t, simplify the logic for testing read-only files. | Nicholas Clark | 2012-05-31 | 1 | -14/+16 |
* | In t/op/filetest.t, simplify the skip logic when testing -r and -w on op. | Nicholas Clark | 2012-05-31 | 1 | -12/+2 |
* | stat.t, filetest.t: Actually gen rand file names | Father Chrysostomos | 2012-01-15 | 1 | -1/+1 |
* | -T "unreadable file" should set stat info consistently | Father Chrysostomos | 2012-01-14 | 1 | -1/+9 |
* | Make -T BADHANDLE set errno with fatal warnings | Father Chrysostomos | 2012-01-14 | 1 | -2/+12 |
* | Make -l HANDLE set PL_laststatval with fatal warnings | Father Chrysostomos | 2012-01-14 | 1 | -1/+7 |
* | Make -T HANDLE and -B HANDLE always set last stat type | Father Chrysostomos | 2012-01-13 | 1 | -2/+8 |
* | Make -T _ and -B _ always set PL_laststatval | Father Chrysostomos | 2012-01-13 | 1 | -2/+8 |
* | Make failed filetests consistent with & w/out fatal warnings | Father Chrysostomos | 2012-01-13 | 1 | -1/+28 |
* | stat $ioref should record the handle for -T _ | Father Chrysostomos | 2012-01-13 | 1 | -3/+15 |
* | Set PL_statgv to null when freed or coerced | Father Chrysostomos | 2012-01-13 | 1 | -3/+22 |
* | Suppress confusing uninit warning from -T _ | Father Chrysostomos | 2012-01-13 | 1 | -1/+4 |
* | Make -T HANDLE set the last stat type | Father Chrysostomos | 2012-01-12 | 1 | -1/+11 |
* | Skip 2 tests in t/op/filetest.t if t/TEST is a symlink. | Nicholas Clark | 2011-09-20 | 1 | -0/+1 |
* | Update skip count in t/op/filetest.t after 433644eed. | Craig A. Berry | 2011-09-18 | 1 | -2/+2 |
* | Make -l always treat non-bareword arguments as file names | Father Chrysostomos | 2011-09-17 | 1 | -1/+9 |
* | Make stacked -l work | Father Chrysostomos | 2011-09-17 | 1 | -1/+24 |
* | Stop filetest ops from calling FETCH on parent op’s arg | Father Chrysostomos | 2011-09-10 | 1 | -1/+12 |
* | -l followed by bareword should leave the stack alone | Father Chrysostomos | 2011-09-10 | 1 | -1/+7 |
* | Replaced 'unlink' with 'unlink_all' in t/op/filetest.t | Brad Gilbert | 2010-12-08 | 1 | -1/+1 |
* | Don't use t/TEST to test a "read only file", repeatedly chmod-ing it a-w. | Nicholas Clark | 2009-08-27 | 1 | -10/+10 |
* | Make test pass with miniperl | Rafael Garcia-Suarez | 2009-07-27 | 1 | -3/+4 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Fix test if Fcntl couldn't be loaded (for example with miniperl) | Rafael Garcia-Suarez | 2009-05-25 | 1 | -1/+4 |
* | -ugk don't call string overload when S_IXXX isn't defined. | unknown | 2009-03-26 | 1 | -2/+13 |
* | IO refs always stringify for -t, -T and -B. | Ben Morrow | 2009-03-25 | 1 | -0/+4 |
* | Test -X overloads on GLOB and IO refs. | Ben Morrow | 2009-03-25 | 1 | -1/+17 |
* | Test stacked overloaded -X. | Ben Morrow | 2009-03-25 | 1 | -8/+10 |
* | More tests for -X/string/random overloading. | Ben Morrow | 2009-03-25 | 1 | -6/+51 |
* | Adjust tests. | Ben Morrow | 2009-03-25 | 1 | -2/+8 |
* | Tests for -X overloading. | Ben Morrow | 2009-03-25 | 1 | -0/+15 |
* | Use tempfile() in tests | Bram | 2009-02-16 | 1 | -6/+7 |
* | Add a test for bug #60214 | Rafael Garcia-Suarez | 2008-10-30 | 1 | -1/+10 |
* | Force _ to be always a bareword after filetest operators | Rafael Garcia-Suarez | 2005-10-18 | 1 | -1/+8 |
* | Don't assume that the chmod will always work. | Nicholas Clark | 2004-03-22 | 1 | -3/+3 |
* | Implement stacked filetest operators (-f -w -x $file). | Rafael Garcia-Suarez | 2004-02-09 | 1 | -38/+44 |
* | Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when buildin... | Artur Bergman | 2002-02-05 | 1 | -0/+3 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |