]> git.sur5r.net Git - i3/i3/blobdiff - testcases/complete-run.pl
Always explicitly set border widths on manage
[i3/i3] / testcases / complete-run.pl
index c6e7436929424356e945a4474cbb9f75fc427075..7ca89016f6ea45443372cba02cd50ac6f9c93d22 100755 (executable)
@@ -108,7 +108,7 @@ $outdir .= POSIX::strftime("%Y-%m-%d-%H-%M-%S-", localtime());
 $outdir .= `git describe --tags`;
 chomp($outdir);
 mkdir($outdir) or die "Could not create $outdir";
-unlink("latest") if -e "latest";
+unlink("latest") if -l "latest";
 symlink("$outdir", "latest") or die "Could not symlink latest to $outdir";