summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-ref.c')
-rw-r--r--deps/uv/test/test-ref.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/uv/test/test-ref.c b/deps/uv/test/test-ref.c
index 39f4b0fc73..05728c8336 100644
--- a/deps/uv/test/test-ref.c
+++ b/deps/uv/test/test-ref.c
@@ -194,8 +194,8 @@ TEST_IMPL(timer_ref2) {
TEST_IMPL(fs_event_ref) {
-#if defined(__MVS__)
- RETURN_SKIP("Filesystem watching not supported on this platform.");
+#if defined(NO_FS_EVENTS)
+ RETURN_SKIP(NO_FS_EVENTS);
#endif
uv_fs_event_t h;
uv_fs_event_init(uv_default_loop(), &h);