Index: uspace/app/testwrit/testwrit.c
===================================================================
--- uspace/app/testwrit/testwrit.c	(revision f2a3e579d2ad69d5f25f56410e84038e85892d89)
+++ uspace/app/testwrit/testwrit.c	(revision 2ce8d958b6b43ce9f317915c4002d909dfc71800)
@@ -50,5 +50,5 @@
 
 	for (i = 0; i < BUF_SIZE; ++i) {
-		if ((i % 80) == 0) {
+		if ((i % 64) == 0) {
 			buffer[i] = '\n';
 		} else {
