components/libneon/patches/003-tests-common-test.c.patch
changeset 3955 4e310c8109a5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libneon/patches/003-tests-common-test.c.patch	Mon Mar 16 13:28:51 2015 -0700
@@ -0,0 +1,29 @@
+--- 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) {