mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
45 lines
1.3 KiB
Diff
45 lines
1.3 KiB
Diff
--- a/test/test-list.h
|
|
+++ b/test/test-list.h
|
|
@@ -254,8 +254,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)
|
|
@@ -391,7 +393,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)
|
|
@@ -755,8 +759,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)
|
|
@@ -790,7 +796,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)
|