Lines Matching refs:NOT_HERE
16 use constant NOT_HERE => 'this-file-should-not-exist';
165 is(-e NOT_HERE, undef, NOT_HERE . ' does not exist');
167 foreach ([undef, 0, 'chdir', NOT_HERE],
168 [undef, 0, 'chmod', 0, NOT_HERE],
169 ['d_chown', 0, 'chown', 0, 0, NOT_HERE],
170 [undef, undef, 'creat', NOT_HERE . '/crash', 0],
171 ['d_link', 0, 'link', NOT_HERE, 'ouch'],
172 [undef, 0, 'remove', NOT_HERE],
173 [undef, 0, 'rename', NOT_HERE, 'z_zwapp'],
174 [undef, 0, 'remove', NOT_HERE],
175 [undef, 0, 'unlink', NOT_HERE],
176 [undef, 0, 'utime', NOT_HERE, 0, 0],