diff --git a/tests/integration/test_system_containers_rpm.sh b/tests/integration/test_system_containers_rpm.sh index d2d3a153..6d69e6ee 100755 --- a/tests/integration/test_system_containers_rpm.sh +++ b/tests/integration/test_system_containers_rpm.sh @@ -96,6 +96,7 @@ for i in /usr/local/lib/renamed-atomic-test-system-hostfs /usr/local/lib/secret- do assert_matches $i rpm_file_list test -e $i + matchpathcon -V $i done # This is not a template file, the $RECEIVER is not replaced @@ -149,6 +150,7 @@ ${ATOMIC} install --system --system-package=no atomic-test-system-hostfs for i in /usr/local/lib/renamed-atomic-test-system-hostfs /usr/local/lib/secret-message /usr/local/lib/secret-message-template; do test -e $i + matchpathcon -V $i done echo "This message will not be deleted" > /usr/local/lib/secret-message