summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 67e125ea9..2cfca80cf 100644
--- a/test/test.c
+++ b/test/test.c
@@ -251,8 +251,10 @@ static void test_tty()
}
#endif
- #if (stdout_tty == 1) stdout_sep = "\r";
- #if (stderr_tty == 1) stderr_sep = "\r";
+/*
+ if (stdout_tty == 1) stdout_sep = "\r";
+ if (stderr_tty == 1) stderr_sep = "\r";
+*/
}
/****************************************************************************