diff options
author | Bradley Sepos <[email protected]> | 2017-12-24 17:42:54 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-24 17:42:54 -0500 |
commit | c69482d83ddb032b5cbbcc442976ed4dbdb586f4 (patch) | |
tree | 55900512595f5ef841bb522487db1f6baf09110f /test | |
parent | 6eb3ef1ac8dad4a1e1d2cf1b1ba8e67a3f8b4a23 (diff) |
cli: Fix typo in 6eb3ef1a.
Properly fixes #1067.
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 6 |
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"; +*/ } /**************************************************************************** |