From d57c594b7f5c4b0e7e1585471662017d27a09cf2 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 1 Jun 2002 05:33:15 +0000 Subject: [PATCH] minor tweak --- src/test_unit/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test_unit/main.c b/src/test_unit/main.c index 84d36f8..0e74655 100644 --- a/src/test_unit/main.c +++ b/src/test_unit/main.c @@ -27,13 +27,13 @@ int main(int argc, char *argv[]) if(0 != test_bitbuffer()) return 1; - if(0 != test_metadata()) - return 1; - if(0 != test_decoders()) return 1; /* the encoder is tested relatively well in the file_utils */ + if(0 != test_metadata()) + return 1; + return 0; } -- 2.7.4