From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- tests/test-stat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test-stat.c') diff --git a/tests/test-stat.c b/tests/test-stat.c index 53ff77d9..a0a594cf 100644 --- a/tests/test-stat.c +++ b/tests/test-stat.c @@ -51,5 +51,6 @@ do_stat (char const *name, struct stat *st) int main (void) { - return test_stat_func (do_stat, true); + int result = test_stat_func (do_stat, true); + return (result ? result : test_exit_status); } -- cgit v1.2.3