summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-03-10 20:34:52 +0100
committerAllan McRae <allan@archlinux.org>2013-06-03 05:33:47 +0200
commitbc3e73fc8f7890d82c78c2ea54a63da440bac147 (patch)
tree5fcb15434014940c09b4828aae0aae5d91b6fde8 /test
parentc91d9484868f35e17dccc447d8c29cbb7978fb4f (diff)
downloadpacman-bc3e73fc8f7890d82c78c2ea54a63da440bac147.tar.gz
pacman-bc3e73fc8f7890d82c78c2ea54a63da440bac147.tar.xz
extract_single_file: consolidate symlink cases
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r--test/pacman/tests/upgrade045.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade045.py b/test/pacman/tests/upgrade045.py
index 3b7f4769..c909aa08 100644
--- a/test/pacman/tests/upgrade045.py
+++ b/test/pacman/tests/upgrade045.py
@@ -14,4 +14,5 @@ self.args = "-U %s" % p1.filename()
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_VERSION=foo|1.0-2")
-self.addrule("FILE_EXIST=etc/foo.cfg")
+self.addrule("LINK_EXIST=etc/foo.cfg")
+self.addrule("FILE_EXIST=etc/foo.cfg.pacnew")