]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: test_buffer, return EXIT_SUCCESS at the end
authorAnatoly Pugachev <matorola@gmail.com>
Thu, 14 Apr 2022 07:39:54 +0000 (10:39 +0300)
committerKarel Zak <kzak@redhat.com>
Tue, 19 Apr 2022 09:49:31 +0000 (11:49 +0200)
Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
lib/buffer.c

index 1dba7dd510c6c796b38b85b27317e92856326b94..4bab52c043013e04c3bb1d369f058a269ae56692 100644 (file)
@@ -285,5 +285,7 @@ int main(void)
        printf("data [%zu] '%s'\n", sz, str);
 
        ul_buffer_free_data(&buf);
+
+        return EXIT_SUCCESS;
 }
 #endif /* TEST_PROGRAM_BUFFER */