linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.31k stars 1.01k forks source link

Refactor mount05 using new LTP API #1107

Closed acerv closed 10 months ago

acerv commented 10 months ago

The test is now creating a file and a folder inside the mounted folder, checking if they are visible once binded mount has been done. In this case we won't use mkdir() or open() syscalls, but access() in order to check if file and directory exist.

Signed-off-by: Andrea Cervesato andrea.cervesato@suse.com

richiejp commented 10 months ago

The test looks fine, but the Signed off by needs to be added to the commit message itself.

acerv commented 10 months ago

The test looks fine, but the Signed off by needs to be added to the commit message itself.

Done

richiejp commented 10 months ago

4d53e9718e62a45ad8d77ecbbd576fc04b3fa407 merged