changeset 2419:2e7c1dfc434c

tests/fnmatch.c (main): Fix cut/paste error in final pass/fail report.
author asl
date Fri, 17 Aug 2007 19:32:26 +0000
parents ba2923d2586f
children 113240d85246
files packages/io/fileio/current/ChangeLog packages/io/fileio/current/tests/fnmatch.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog
+++ b/packages/io/fileio/current/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-17 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
+
+	tests/fnmatch.c (main): Fix cut/paste error in final pass/fail
+	report.
+	
 2007-06-12  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* src/misc.cxx (cyg_mtab_extra): Only create the array if it has more
--- a/packages/io/fileio/current/tests/fnmatch.c
+++ b/packages/io/fileio/current/tests/fnmatch.c
@@ -130,7 +130,7 @@ int main( int argc, char **argv )
   if (failed) {
     CYG_TEST_FAIL_FINISH("fnmatch failed");
   } else {
-    CYG_TEST_PASS_FINISH("fnmatch failed");
+    CYG_TEST_PASS_FINISH("fnmatch passed");
   }
 }