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:
Artem Chernyshev 2021-11-10 18:24:21 +03:00
parent 198eea51a8
commit efbae7857d
No known key found for this signature in database
GPG Key ID: 9B9D0328B57B443F

View File

@ -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