Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix windows build
  • Loading branch information
Igor Zinkovsky committed Feb 9, 2012
1 parent c800043 commit 53eb993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test-fs.c
Expand Up @@ -498,7 +498,8 @@ TEST_IMPL(fs_file_loop) {
loop = uv_default_loop();

unlink("test_symlink");
symlink("test_symlink", "test_symlink");
uv_fs_symlink(loop, &req, "test_symlink", "test_symlink", 0, NULL);
uv_fs_req_cleanup(&req);

r = uv_fs_open(loop, &req, "test_symlink", O_RDONLY, 0, NULL);
ASSERT(r == -1);
Expand Down

0 comments on commit 53eb993

Please sign in to comment.