Home
last modified time | relevance | path

Searched refs:tmpfile4 (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/t/win32/
Dstat.t303 # $tmpfile4 -> $tmpfile1/file1 -> ../$tmpfile2 -> abspath($tmpfile3)
305 my ($tmpfile3, $tmpfile4) = (tempfile(), tempfile());
308 if (system(qq(mklink $tmpfile4 $tmpfile1\\file1)) == 0
311 ok(-l $tmpfile4, "yes, $tmpfile4 is a symlink");
312 ok(!-e $tmpfile4, "but we can't stat it");