From 52dc2470a550f34559597d1a6c5dc0ecd53934b5 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 7 Mar 2024 10:45:48 +0000 Subject: [PATCH] IUK test suite: preserve xattrs when unpacking test SquashFS This will help test stuff related to xattrs. --- .../usr/src/iuk/features/create/step_definitions/Create_steps.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/chroot_local-includes/usr/src/iuk/features/create/step_definitions/Create_steps.pl b/config/chroot_local-includes/usr/src/iuk/features/create/step_definitions/Create_steps.pl index d42a25b71e2..6ce73c38add 100755 --- a/config/chroot_local-includes/usr/src/iuk/features/create/step_definitions/Create_steps.pl +++ b/config/chroot_local-includes/usr/src/iuk/features/create/step_definitions/Create_steps.pl @@ -337,7 +337,7 @@ fun squashfs_in_iuk_contains(:$iuk_in, :$squashfs_name, :$expected_file, # on overlayfs, deleted files are stored using character devices, # that one needs to be root to create 'sudo', - 'rdsquashfs', '--quiet', '--set-times', '--chown', + 'rdsquashfs', '--quiet', '--set-times', '--set-xattr', '--chown', '--unpack-root', $tempdir->child('squashfs-root'), '--unpack-path', "/", $iuk_in->mountpoint->child($squashfs_path), -- 2.11.4.GIT