diff options
Diffstat (limited to 'deps/uv/test/runner.c')
-rw-r--r-- | deps/uv/test/runner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/runner.c b/deps/uv/test/runner.c index a934b24c6e..e896d43b76 100644 --- a/deps/uv/test/runner.c +++ b/deps/uv/test/runner.c @@ -26,7 +26,7 @@ #include "task.h" #include "uv.h" -char executable_path[PATHMAX] = { '\0' }; +char executable_path[sizeof(executable_path)]; int tap_output = 0; |