mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix cosmetic issue with error message
Add missing space in error message related to PR noted. MFC after: 2 weeks PR: 220398
This commit is contained in:
parent
63dc0fc9c7
commit
67b82daf3e
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ ATF_TC_BODY(lio_listio_empty_nowait_signal, tc)
|
|||
struct sigevent sev;
|
||||
|
||||
atf_tc_expect_timeout("Bug 220398 - lio_listio(2) never sends"
|
||||
"asynchronous notification if nent==0");
|
||||
" asynchronous notification if nent==0");
|
||||
ATF_REQUIRE_EQ(0, sem_init(&completions, false, 0));
|
||||
sev.sigev_notify = SIGEV_SIGNAL;
|
||||
sev.sigev_signo = SIGUSR1;
|
||||
|
|
@ -120,7 +120,7 @@ ATF_TC_BODY(lio_listio_empty_nowait_thread, tc)
|
|||
struct sigevent sev;
|
||||
|
||||
atf_tc_expect_timeout("Bug 220398 - lio_listio(2) never sends"
|
||||
"asynchronous notification if nent==0");
|
||||
" asynchronous notification if nent==0");
|
||||
ATF_REQUIRE_EQ(0, sem_init(&completions, false, 0));
|
||||
bzero(&sev, sizeof(sev));
|
||||
sev.sigev_notify = SIGEV_THREAD;
|
||||
|
|
|
|||
Loading…
Reference in a new issue