From bc3e73fc8f7890d82c78c2ea54a63da440bac147 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sun, 10 Mar 2013 15:34:52 -0400 Subject: extract_single_file: consolidate symlink cases Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- test/pacman/tests/upgrade045.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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.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") -- cgit v1.2.3-54-g00ecf