1From 4fd04fc7c94d6981f3409d088ab8d32c48460010 Mon Sep 17 00:00:00 2001 2From: Yi Zhao <yi.zhao@windriver.com> 3Date: Thu, 25 Aug 2022 16:46:04 +0800 4Subject: [PATCH] smbtorture: skip test case tfork_cmd_send 5 6The test case tfork_cmd_send fails on target as it requires a script 7located in the source directory: 8 9$ smbtorture ncalrpc:localhost local.tfork.tfork_cmd_send 10test: tfork_cmd_send 11/buildarea/build/tmp/work/core2-64-poky-linux/samba/4.14.14-r0/samba-4.14.14/testprogs/blackbox/tfork.sh: 12Failed to exec child - No such file or directory 13 14Upstream-Status: Inappropriate [embedded specific] 15 16Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 17--- 18 lib/util/tests/tfork.c | 4 ---- 19 1 file changed, 4 deletions(-) 20 21diff --git a/lib/util/tests/tfork.c b/lib/util/tests/tfork.c 22index 70ae975..4826ce6 100644 23--- a/lib/util/tests/tfork.c 24+++ b/lib/util/tests/tfork.c 25@@ -839,10 +839,6 @@ struct torture_suite *torture_local_tfork(TALLOC_CTX *mem_ctx) 26 "tfork_threads", 27 test_tfork_threads); 28 29- torture_suite_add_simple_test(suite, 30- "tfork_cmd_send", 31- test_tfork_cmd_send); 32- 33 torture_suite_add_simple_test(suite, 34 "tfork_event_file_handle", 35 test_tfork_event_file_handle); 36-- 372.25.1 38 39