From c69482d83ddb032b5cbbcc442976ed4dbdb586f4 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sun, 24 Dec 2017 17:42:54 -0500 Subject: cli: Fix typo in 6eb3ef1a. Properly fixes #1067. --- test/test.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/test.c') 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"; +*/ } /**************************************************************************** -- cgit v1.2.3