From 0e8f2e4553c98e9c9c987ceaa00b7efe98b686e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 4 Mar 2021 11:53:11 -0500 Subject: [PATCH] Tests: kernel buffer usage: skip proper amount of tests when not root MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Ib7dba18bb8985c6a5d22d8b3d3e311c7b6e56b43 --- .../tools/notification/test_notification_kernel_buffer_usage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/tools/notification/test_notification_kernel_buffer_usage b/tests/regression/tools/notification/test_notification_kernel_buffer_usage index 3214f90f9..17b8d765d 100755 --- a/tests/regression/tools/notification/test_notification_kernel_buffer_usage +++ b/tests/regression/tools/notification/test_notification_kernel_buffer_usage @@ -19,7 +19,7 @@ TESTAPP_STATE_PATH=$(mktemp -u "$TMPDIR/application_state.XXXXXXXXXX") SESSION_NAME="my_session" CHANNEL_NAME="my_channel" -NUM_TESTS=104 +NUM_TESTS=99 # shellcheck source=../../../utils/utils.sh source "$TESTDIR/utils/utils.sh" -- 2.34.1