Lines Matching refs:isnt
22 isnt(-f 'op', 1, "-f: directory is not a plain file");
23 isnt(-d 'TEST', 1, "-d: plain file is not a directory");
56 isnt(-w $ro_empty_file, 1, "-w: file writable by effective uid/gid");
77 isnt(-f -d _, 1, "-f and -d stackable: no plain file found");
78 isnt(defined( -e 'zoo' ), 1, "-e: file does not exist");
79 isnt(defined( -e -d 'zoo' ), 1, "-e and -d: neither file nor directory exists");
80 isnt(defined( -f -e 'zoo' ), 1, "-f and -e: not a plain file and does not exist");
85 isnt( -f -d 'op', 1, "-f and -d: directory found but is not a plain file");
125 isnt(-l -e _, 1, 'stacked -l uses previous stat, not previous retval');
218 isnt( $rv, undef, "overloaded -$op succeeds" )
266 isnt(stat _, 1,
351 isnt(stat _, 1, '-T "nonexistent" resets stat success status');