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:
parent
2f137fdd39
commit
2d832adf08
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user