diff --git a/test/test-process-title.c b/test/test-process-title.c index 29be2074..42ade441 100644 --- a/test/test-process-title.c +++ b/test/test-process-title.c @@ -42,7 +42,7 @@ static void set_title(const char* title) { TEST_IMPL(process_title) { -#if defined(__sun) +#if defined(__sun) || defined(_AIX) RETURN_SKIP("uv_(get|set)_process_title is not implemented."); #else /* Check for format string vulnerabilities. */