mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 09:07:21 +01: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:
parent
faf03436a7
commit
662c630a08
@ -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,
|
||||
|
1
testdata/pacman.conf
vendored
1
testdata/pacman.conf
vendored
@ -16,7 +16,6 @@ NoUpgrade = noupgrade
|
||||
NoExtract = noextract
|
||||
|
||||
CheckSpace
|
||||
TotalDownload
|
||||
ILoveCandy
|
||||
VerbosePkgLists
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user