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.27k stars 1k forks source link

Refactor mount06 using new LTP API #1108

Closed acerv closed 7 months ago

acerv commented 7 months ago

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

pevik commented 7 months ago

Need to add signed-off-by on the actual commit

@acerv git config --global alias.c 'commit -s' would add help you not to forget to add Signed-off-by:. It expects to have correct email setup. NOTE: You can easily switch working and private email over $GIT_AUTHOR_EMAIL and $GIT_COMMITTER_EMAIL environment variables.