Searched refs:tmpfile4 (Results 1 – 1 of 1) sorted by relevance
303 # $tmpfile4 -> $tmpfile1/file1 -> ../$tmpfile2 -> abspath($tmpfile3)305 my ($tmpfile3, $tmpfile4) = (tempfile(), tempfile());308 if (system(qq(mklink $tmpfile4 $tmpfile1\\file1)) == 0311 ok(-l $tmpfile4, "yes, $tmpfile4 is a symlink");312 ok(!-e $tmpfile4, "but we can't stat it");