mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-09 06:16:16 +02:00
fix: use etc folder for du cli tests
Fixes: https://github.com/talos-systems/talos/issues/4382 Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
This commit is contained in:
parent
198eea51a8
commit
efbae7857d
@ -72,7 +72,7 @@ func parseLine(line string) (*duInfo, error) {
|
||||
|
||||
// TestSuccess runs comand with success.
|
||||
func (suite *DiskUsageSuite) TestSuccess() {
|
||||
folder := "/var"
|
||||
folder := "/etc"
|
||||
node := suite.RandomDiscoveredNode()
|
||||
|
||||
var folderSize int64 = 4096
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user