1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-05 00:55:04 -05:00

Remove conditional checks for fakechroot from test files

We don't want test files to do any checks for fakechroot since we will
print a warning if it is not found.

Signed-off-by: Chirantan Ekbote <chirantan.ekbote@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Chirantan Ekbote 2013-01-31 22:24:23 -05:00 committed by Allan McRae
parent 2f137fdd39
commit 2d832adf08
2 changed files with 0 additions and 8 deletions

View File

@ -11,7 +11,3 @@ self.args = "-U %s" % p1.filename()
self.addrule("PACMAN_RETCODE=0")
self.addrule("FILE_EXIST=pre_install")
self.addrule("FILE_EXIST=post_install")
fakechroot = util.which("fakechroot")
if not fakechroot:
self.expectfailure = True

View File

@ -11,7 +11,3 @@ self.args = "-R %s" % p1.name
self.addrule("PACMAN_RETCODE=0")
self.addrule("FILE_EXIST=pre_remove")
self.addrule("FILE_EXIST=post_remove")
fakechroot = util.which("fakechroot")
if not fakechroot:
self.expectfailure = True