From: Mathieu Desnoyers Date: Tue, 23 Jul 2024 16:29:58 +0000 (-0400) Subject: Fix: adapt no syscall test number of tests X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=144b6c30097e40fdf94f9c1c359f87400c6f3ceb;p=librseq.git Fix: adapt no syscall test number of tests Signed-off-by: Mathieu Desnoyers Change-Id: I5baaa5da7b87495a71f103fbc555ef58b1469e6d --- 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.