aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/test/test-fs-copyfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-fs-copyfile.c')
-rw-r--r--deps/uv/test/test-fs-copyfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/test-fs-copyfile.c b/deps/uv/test/test-fs-copyfile.c
index def3d967e7..c3e698e585 100644
--- a/deps/uv/test/test-fs-copyfile.c
+++ b/deps/uv/test/test-fs-copyfile.c
@@ -188,7 +188,7 @@ TEST_IMPL(fs_copyfile) {
unlink(dst);
r = uv_fs_copyfile(NULL, &req, fixture, dst, UV_FS_COPYFILE_FICLONE_FORCE,
NULL);
- ASSERT(r == 0 || r == UV_ENOSYS || r == UV_ENOTSUP);
+ ASSERT(r <= 0);
if (r == 0)
handle_result(&req);