From b299f74d051492a2abdfb4d7ef65506833198639 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 4 May 2022 15:34:41 +0100 Subject: [PATCH] test: Make testevdev succeed if the feature is disabled "Not applicable" is more like success than it is like failure. Signed-off-by: Simon McVittie --- test/testevdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testevdev.c b/test/testevdev.c index 76a12ef7e..938a9a504 100644 --- a/test/testevdev.c +++ b/test/testevdev.c @@ -1019,7 +1019,7 @@ static int run_test(void) { printf("SDL compiled without evdev capability check.\n"); - return 0; + return 1; } #endif