diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_lib_qm.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_lib_qm.fmf index 21336d29..4f185a35 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_lib_qm.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/regular_os_files/check_usr_lib_qm.fmf @@ -1,6 +1,6 @@ summary: Test that the directory /usr/lib/qm cannot be accessed in the QM partition. description: | - This tests confirms that the directory /usr/lib/qm cannot be accessed in the QM partition + This tests confirms that the directory /usr/lib/qm cannot be accessed in the QM partition The test executes `test -d /usr/lib/qm` in QM partition, no other input. diff --git a/tests/ffi/attempts_to_access_forbidden_file_system_resource/shared_memory_files/check_dev_shm.fmf b/tests/ffi/attempts_to_access_forbidden_file_system_resource/shared_memory_files/check_dev_shm.fmf index 430a075e..f1f84942 100644 --- a/tests/ffi/attempts_to_access_forbidden_file_system_resource/shared_memory_files/check_dev_shm.fmf +++ b/tests/ffi/attempts_to_access_forbidden_file_system_resource/shared_memory_files/check_dev_shm.fmf @@ -5,7 +5,7 @@ description: | not visible in /dev/shm inside the QM partition. The test creates a file outside QM partition using `touch /dev/shm/on-host` and tests if it was succesfully creted using `test -e /dev/shm/on-host`. - Then the test checks to confirm that the file /dev/shm/on-host is not visible inside + Then the test checks to confirm that the file /dev/shm/on-host is not visible inside the QM partition using `test -e /dev/shm/on-host` Test inputs: None