diff options
Diffstat (limited to 'test/test-process-priority.c')
-rw-r--r-- | test/test-process-priority.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-process-priority.c b/test/test-process-priority.c index 941e4b36..5e61ef4c 100644 --- a/test/test-process-priority.c +++ b/test/test-process-priority.c @@ -28,9 +28,9 @@ TEST_IMPL(process_priority) { int r; int i; -#if defined(__MVS__) +#if defined(__MVS__) || defined(__QNX__) if (uv_os_setpriority(0, 0) == UV_ENOSYS) - RETURN_SKIP("functionality not supported on zOS"); + RETURN_SKIP("functionality not supported on zOS and QNX"); #endif /* Verify that passing a NULL pointer returns UV_EINVAL. */ |