aboutsummaryrefslogtreecommitdiffstats
path: root/main/libuv/disable-setuid-test.patch
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2019-05-24 08:32:15 -0500
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-27 14:48:04 +0000
commitb297a3b7b40e6ea4d1eacc83c5ea9dfd48869d01 (patch)
tree60e2b2e422a4bb72a531ca495ca21ccef09ce5a1 /main/libuv/disable-setuid-test.patch
parent6e0f65e51bfcd02c53bc2b78f46ed18af2dd7ea0 (diff)
downloadaports-b297a3b7b40e6ea4d1eacc83c5ea9dfd48869d01.tar.bz2
aports-b297a3b7b40e6ea4d1eacc83c5ea9dfd48869d01.tar.xz
main/libuv: remove disable-setuid-test.patch
- Disable test 137 ipc_closed_handle on Drone for x86*
Diffstat (limited to 'main/libuv/disable-setuid-test.patch')
-rw-r--r--main/libuv/disable-setuid-test.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/main/libuv/disable-setuid-test.patch b/main/libuv/disable-setuid-test.patch
deleted file mode 100644
index 7977883bc4..0000000000
--- a/main/libuv/disable-setuid-test.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- a/test/test-list.h
-+++ b/test/test-list.h
-@@ -266,8 +266,10 @@
- TEST_DECLARE (spawn_and_kill_with_std)
- TEST_DECLARE (spawn_and_ping)
- TEST_DECLARE (spawn_preserve_env)
-+#if 0
- TEST_DECLARE (spawn_setuid_fails)
- TEST_DECLARE (spawn_setgid_fails)
-+#endif
- TEST_DECLARE (spawn_stdout_to_file)
- TEST_DECLARE (spawn_stdout_and_stderr_to_file)
- TEST_DECLARE (spawn_stdout_and_stderr_to_file2)
-@@ -412,7 +414,9 @@
- TEST_DECLARE (emfile)
- TEST_DECLARE (close_fd)
- TEST_DECLARE (spawn_fs_open)
-+#if 0
- TEST_DECLARE (spawn_setuid_setgid)
-+#endif
- TEST_DECLARE (we_get_signal)
- TEST_DECLARE (we_get_signals)
- TEST_DECLARE (we_get_signal_one_shot)
-@@ -803,8 +807,10 @@
- TEST_ENTRY (spawn_and_kill_with_std)
- TEST_ENTRY (spawn_and_ping)
- TEST_ENTRY (spawn_preserve_env)
-+#if 0
- TEST_ENTRY (spawn_setuid_fails)
- TEST_ENTRY (spawn_setgid_fails)
-+#endif
- TEST_ENTRY (spawn_stdout_to_file)
- TEST_ENTRY (spawn_stdout_and_stderr_to_file)
- TEST_ENTRY (spawn_stdout_and_stderr_to_file2)
-@@ -838,7 +844,9 @@
- TEST_ENTRY (emfile)
- TEST_ENTRY (close_fd)
- TEST_ENTRY (spawn_fs_open)
-+#if 0
- TEST_ENTRY (spawn_setuid_setgid)
-+#endif
- TEST_ENTRY (we_get_signal)
- TEST_ENTRY (we_get_signals)
- TEST_ENTRY (we_get_signal_one_shot)