aboutsummaryrefslogtreecommitdiff
path: root/test/test-process-title.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-process-title.c')
-rw-r--r--test/test-process-title.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-process-title.c b/test/test-process-title.c
index 7178cf87..3478033a 100644
--- a/test/test-process-title.c
+++ b/test/test-process-title.c
@@ -61,7 +61,7 @@ static void uv_get_process_title_edge_cases(void) {
TEST_IMPL(process_title) {
#if defined(__sun) || defined(__CYGWIN__) || defined(__MSYS__) || \
- defined(__PASE__)
+ defined(__PASE__) || defined(__QNX__)
RETURN_SKIP("uv_(get|set)_process_title is not implemented.");
#endif