Mercurial > hg > mercurial-source
changeset 12396:ea384dbca5b1 stable
test-mq-symlinks: fix symlink handling on solaris
It seems like ln -s gets confused if an existing symlink is dangling:
$ rm -f a b; ln -s a b; ln -sf b b
ln: cannot create b: File exists
We now rely on rm instead of on ln -sf.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 24 Sep 2010 02:52:12 +0200 |
parents | cc6d40dffa45 |
children | 3b8ced3e3bbf |
files | tests/test-mq-symlinks |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff