aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba/0001-smbtorture-skip-test-case-tfork_cmd_send.patch
blob: 90ee317860fc6ba8f2d523f28000514a162d3882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From 059b517f9ef6cbdc696e0983ce255b1728042827 Mon Sep 17 00:00:00 2001
From: Yi Zhao <yi.zhao@windriver.com>
Date: Thu, 25 Aug 2022 16:46:04 +0800
Subject: [PATCH] smbtorture: skip test case tfork_cmd_send

The test case tfork_cmd_send fails on target as it requires a script
located in the source directory:

$ smbtorture ncalrpc:localhost local.tfork.tfork_cmd_send
test: tfork_cmd_send
/buildarea/build/tmp/work/core2-64-poky-linux/samba/4.14.14-r0/samba-4.14.14/testprogs/blackbox/tfork.sh:
Failed to exec child - No such file or directory

Upstream-Status: Inappropriate [embedded specific]

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 lib/util/tests/tfork.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/util/tests/tfork.c b/lib/util/tests/tfork.c
index 70ae975..4826ce6 100644
--- a/lib/util/tests/tfork.c
+++ b/lib/util/tests/tfork.c
@@ -839,10 +839,6 @@ struct torture_suite *torture_local_tfork(TALLOC_CTX *mem_ctx)
 				      "tfork_threads",
 				      test_tfork_threads);
 
-	torture_suite_add_simple_test(suite,
-				      "tfork_cmd_send",
-				      test_tfork_cmd_send);
-
 	torture_suite_add_simple_test(suite,
 				      "tfork_event_file_handle",
 				      test_tfork_event_file_handle);
-- 
2.25.1