mirror of
https://github.com/Jguer/yay.git
synced 2025-11-30 00:04:05 -05: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,
|
UseSyslog: false,
|
||||||
Color: false,
|
Color: false,
|
||||||
UseDelta: 0,
|
UseDelta: 0,
|
||||||
TotalDownload: true,
|
TotalDownload: false,
|
||||||
CheckSpace: true,
|
CheckSpace: true,
|
||||||
VerbosePkgLists: true,
|
VerbosePkgLists: true,
|
||||||
DisableDownloadTimeout: false,
|
DisableDownloadTimeout: false,
|
||||||
|
|||||||
1
testdata/pacman.conf
vendored
1
testdata/pacman.conf
vendored
@ -16,7 +16,6 @@ NoUpgrade = noupgrade
|
|||||||
NoExtract = noextract
|
NoExtract = noextract
|
||||||
|
|
||||||
CheckSpace
|
CheckSpace
|
||||||
TotalDownload
|
|
||||||
ILoveCandy
|
ILoveCandy
|
||||||
VerbosePkgLists
|
VerbosePkgLists
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user