* [PATCH] strutils: return success on test program
@ 2012-04-05 20:35 Davidlohr Bueso
2012-04-10 10:26 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2012-04-05 20:35 UTC (permalink / raw)
To: Karel Zak; +Cc: util-linux
From: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
lib/strutils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/strutils.c b/lib/strutils.c
index db15110..4774614 100644
--- a/lib/strutils.c
+++ b/lib/strutils.c
@@ -568,6 +568,6 @@ int main(int argc, char *argv[])
free(hum);
free(hum2);
- return EXIT_FAILURE;
+ return EXIT_SUCCESS;
}
#endif /* TEST_PROGRAM */
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-10 10:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 20:35 [PATCH] strutils: return success on test program Davidlohr Bueso
2012-04-10 10:26 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox