Add some unowned symlink replacement tests
commit5c1885b55eae870a10c91793d05a74d74a075e83
authorDan McGee <dan@archlinux.org>
Wed, 26 Oct 2011 21:43:36 +0000 (26 16:43 -0500)
committerDan McGee <dan@archlinux.org>
Wed, 26 Oct 2011 22:31:43 +0000 (26 17:31 -0500)
tree3160bb76a3b24c28640f79340b650c101bbe15e7
parent7a6b01d46c1da385dd34466e757beafa33e02afa
Add some unowned symlink replacement tests

These should all prevent installation, and yet two of the three tests
currently fail. Not good.

The best way to see what is going on here is to diff the three new tests
side by side- there is only a small difference between the three tests,
and that is in the destination of the symlink in question that should
never be overwritten.

  symlink010.py: myprogsuffix -> myprog
  symlink011.py: myprogsuffix -> broken
  symlink012.py: myprogsuffix -> otherprog

Signed-off-by: Dan McGee <dan@archlinux.org>
test/pacman/tests/fileconflict007.py
test/pacman/tests/symlink010.py [new file with mode: 0644]
test/pacman/tests/symlink011.py [new file with mode: 0644]
test/pacman/tests/symlink012.py [new file with mode: 0644]