unix: fix fs_chmod
This commit is contained in:
parent
826db45343
commit
142a70292b
@ -323,7 +323,6 @@ int64_t uv_now(uv_loop_t* loop) {
|
||||
void uv__req_init(uv_req_t* req) {
|
||||
/* loop->counters.req_init++; */
|
||||
req->type = UV_UNKNOWN_REQ;
|
||||
req->data = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -760,6 +760,7 @@ TEST_IMPL(fs_chmod) {
|
||||
ASSERT(r == 0);
|
||||
uv_run(loop);
|
||||
ASSERT(chmod_cb_count == 1);
|
||||
chmod_cb_count = 0; /* reset for the next test */
|
||||
#endif
|
||||
|
||||
/* async chmod */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user