Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syscalls/open01.c: Take use of TST_EXP_FD_SILENT
Current TST_EXP_FD macro reports the double passed for one subtest, for example: -------------------------------------------- ./open01 tst_test.c:1261: TINFO: Timeout per run is 0h 05m 00s open01.c:48: TPASS: open() with sticky bit returned fd 3 open01.c:59: TPASS: sticky bit is set as expected open01.c:48: TPASS: open() with sirectory bit returned fd 3 open01.c:59: TPASS: sirectory bit is set as expected Summary: passed 4 failed 0 broken 0 skipped 0 warnings 0 -------------------------------------------- It is just a minor cleanup rather than a fix. Signed-off-by: Xiao Yang <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]>
- Loading branch information