1
0
mirror of https://github.com/Jguer/yay synced 2024-07-08 04:16:16 +00:00

main_test: diaable checking TotalDownload conf

`TotalDownload` is removed in pacman 6. We can't leave it enabled for
pacman 5 and disable for pacman 6, so we disable it for both.
This commit is contained in:
x1b6e6 2021-05-07 17:53:24 +00:00 committed by J Guerreiro
parent faf03436a7
commit 662c630a08
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@ func TestPacmanConf(t *testing.T) {
UseSyslog: false,
Color: false,
UseDelta: 0,
TotalDownload: true,
TotalDownload: false,
CheckSpace: true,
VerbosePkgLists: true,
DisableDownloadTimeout: false,

View File

@ -16,7 +16,6 @@ NoUpgrade = noupgrade
NoExtract = noextract
CheckSpace
TotalDownload
ILoveCandy
VerbosePkgLists