From: Jérémie Galarneau Date: Mon, 3 Feb 2020 20:56:43 +0000 (-0500) Subject: Tests: fix: test_relayd_working_directory fails as root X-Git-Tag: v2.12.0-rc1~4 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=15da468cd331b1c6d72e9bd6ee5afd472c66242d;hp=15da468cd331b1c6d72e9bd6ee5afd472c66242d;p=lttng-tools.git Tests: fix: test_relayd_working_directory fails as root From the original bug report: This test succeeds as user, but fails as root: not ok 23 - Warning about missing write permission is present Failed test 'Warning about missing write permission is present' in tools/working-directory/test_relayd_working_directory:test_relayd_debug_permission() at line 182. The warning does not trigger because root always has access. Skip this test since the permission check will succeed and the relay daemon won't produce the expected error message. Reported-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau Change-Id: I4eb29958aaca78405e1fdd2392d73472af0d5912 ---