From 64d33a751935bb0fa9fad8f6525dcd378b5fe3da Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Mon, 27 Jan 2014 21:30:51 +0400 Subject: deps: update uv to 0.11.18 --- deps/uv/test/test-list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/uv/test/test-list.h') diff --git a/deps/uv/test/test-list.h b/deps/uv/test/test-list.h index 2195e232dc..c3e15783b5 100644 --- a/deps/uv/test/test-list.h +++ b/deps/uv/test/test-list.h @@ -168,6 +168,7 @@ TEST_DECLARE (spawn_preserve_env) TEST_DECLARE (spawn_setuid_fails) TEST_DECLARE (spawn_setgid_fails) TEST_DECLARE (spawn_stdout_to_file) +TEST_DECLARE (spawn_stdout_and_stderr_to_file) TEST_DECLARE (spawn_auto_unref) TEST_DECLARE (fs_poll) TEST_DECLARE (kill) @@ -456,6 +457,7 @@ TASK_LIST_START TEST_ENTRY (spawn_setuid_fails) TEST_ENTRY (spawn_setgid_fails) TEST_ENTRY (spawn_stdout_to_file) + TEST_ENTRY (spawn_stdout_and_stderr_to_file) TEST_ENTRY (spawn_auto_unref) TEST_ENTRY (fs_poll) TEST_ENTRY (kill) -- cgit v1.2.3