diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-03-10 15:34:52 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-06-03 13:33:47 +1000 |
commit | bc3e73fc8f7890d82c78c2ea54a63da440bac147 (patch) | |
tree | 5fcb15434014940c09b4828aae0aae5d91b6fde8 /test | |
parent | c91d9484868f35e17dccc447d8c29cbb7978fb4f (diff) | |
download | 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.py | 3 |
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") |