From 144b6c30097e40fdf94f9c1c359f87400c6f3ceb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 23 Jul 2024 12:29:58 -0400 Subject: [PATCH] Fix: adapt no syscall test number of tests Signed-off-by: Mathieu Desnoyers Change-Id: I5baaa5da7b87495a71f103fbc555ef58b1469e6d --- tests/no_syscall_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/no_syscall_test.c b/tests/no_syscall_test.c index a682456..56bd871 100644 --- a/tests/no_syscall_test.c +++ b/tests/no_syscall_test.c @@ -10,7 +10,7 @@ #include "tap.h" -#define NR_TESTS 5 +#define NR_TESTS 4 /* * Check the state of the public symbols when the rseq syscall is unavailable. -- 2.34.1