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.28k stars 999 forks source link

use fcntl07 with error #1032

Closed miyang111222 closed 1 year ago

miyang111222 commented 1 year ago

in testcases/kernel/syscalls/fcntl do ./fcntl07 with errror : exec(fcntl07, fcntl07, -T, 6) failed. Errno No such file or directory [2] do ./fcntl07 -T 0 or ./fcntl07 -T 1 or ./fcntl07 -T 2 is ok do ./fcntl07 -T 3 will exit in if (t_opt) exit(test_open(t_opt)); how to fix this question?

metan-ucw commented 1 year ago

See README.md