diff --git a/tests/acceptance/bootstrap/CliContext.php b/tests/acceptance/bootstrap/CliContext.php index 082d3894a3..c87f640cbe 100644 --- a/tests/acceptance/bootstrap/CliContext.php +++ b/tests/acceptance/bootstrap/CliContext.php @@ -904,7 +904,7 @@ class CliContext implements Context { $userUuid = $this->featureContext->getAttributeOfCreatedUser($user, 'id'); $storagePath = $this->getUsersStoragePath(); $body = [ - "command" => "xattr -p -slz " . escapeshellarg($attribute) . " $storagePath/$userUuid/$file", + "command" => "getfattr -n " . escapeshellarg($attribute) . " --only-values $storagePath/$userUuid/$file", "raw" => true ]; $this->featureContext->setResponse(CliHelper::runCommand($body));