summaryrefslogtreecommitdiff
path: root/t/op/filetest.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-201-2/+4
|\
| * The op/filetest.t failed subtest 7 if testing as root.François Désarménien1999-08-031-2/+4
| * Integrate with Sarathy. perldiag.pod required manual editing.Jarkko Hietaniemi1999-07-071-1/+4
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-101-2/+8
| |\
* | | filetest.t and ByteLoader build tweaks from Peter PrymmerGurusamy Sarathy1999-07-071-2/+4
* | | applied new parts of suggested patchCharles Bailey1999-07-071-0/+1
| |/ |/|
* | testsuite nitsGurusamy Sarathy1999-05-101-1/+2
* | applied suggested patch, modulo already applied partsCharles Bailey1999-05-101-2/+7
* | integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-271-5/+16
|\ \ | |/
| * Permission testing is tricky when we have too much power.Gerben Wierda1998-11-221-5/+16
* | rework op/groups.tGurusamy Sarathy1998-11-141-0/+0
|/
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-2/+9
* Add test for filetests.Jarkko Hietaniemi1998-10-261-0/+42