components/libneon/patches/003-tests-common-test.c.patch
changeset 4070 de7938d475ad
parent 4069 0dd96f5ba7da
child 4071 4b68c2b0134b
--- a/components/libneon/patches/003-tests-common-test.c.patch	Wed Apr 08 10:57:52 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
---- test/common/tests.c	2009-03-04 06:31:40.000000000 -0800
-+++ test/common/tests.c	2015-03-10 12:56:14.979436301 -0700
-@@ -154,7 +154,7 @@
- static void print_prefix(int n)
- {
-     if (quiet) {
--        printf("\r%s%.*s %2u/%2u ", test_suite, 
-+        printf("\n%s%.*s %2u/%2u ", test_suite, 
-                (int) (strlen(dots) - strlen(test_suite)), dots,
-                n + 1, count);
-     }
-@@ -163,7 +163,7 @@
- 	    printf("    %s ", dots);
-         }
-         else {
--            printf("\r%2d. %s%.*s ", n, test_name, 
-+            printf("\n%2d. %s%.*s ", n, test_name, 
-                (int) (strlen(dots) - strlen(test_name)), dots);
-         }
-     }
-@@ -392,7 +392,7 @@
-             printf("<- all tests skipped for `%s'.\n", test_suite);
-     } else {
-         if (quiet) {
--            printf("\r%s%.*s %2u/%2u ", test_suite, 
-+            printf("\n%s%.*s %2u/%2u ", test_suite, 
-                    (int) (strlen(dots) - strlen(test_suite)), dots,
-                    passes, count);
-             if (fails == 0) {