summaryrefslogtreecommitdiffstats
path: root/test/scripts/pacman-db-upgrade-v9.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/pacman-db-upgrade-v9.py')
-rw-r--r--test/scripts/pacman-db-upgrade-v9.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/scripts/pacman-db-upgrade-v9.py b/test/scripts/pacman-db-upgrade-v9.py
index dc6f97d6..a54319ff 100644
--- a/test/scripts/pacman-db-upgrade-v9.py
+++ b/test/scripts/pacman-db-upgrade-v9.py
@@ -9,9 +9,13 @@ fpkg.backup = ["mnt/foo"]
self.addpkg2db("local", fpkg)
self.dbver = 8
-self.cmd = ["pacman-db-upgrade", "--root", self.root + "/"]
+self.cmd = ["pacman-db-upgrade",
+ "--root", self.rootdir(),
+ "--dbpath", self.dbdir(),
+ "--config", self.configfile() ]
self.addrule("PACMAN_RETCODE=0")
+self.addrule("FILE_EXIST=var/lib/pacman/local/ALPM_DB_VERSION")
self.addrule("PKG_BACKUP=filesystem|mnt_real/subdir/foo")
self.addrule("PKG_FILES=filesystem|mnt_real/")
self.addrule("PKG_FILES=filesystem|mnt_real/subdir/")