diff options
author | Bradley Sepos <[email protected]> | 2017-06-17 15:42:29 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-06-17 15:42:29 -0400 |
commit | 8dcf1c5cec8cfe200b4fbbe17f8efc06258c7f82 (patch) | |
tree | 872fd5e1750cdefa1459ebdd4b352acda489099a /test | |
parent | 410d4dff815f14418cae7700d901c1bf2223ba77 (diff) |
cli: Fix typo in last commit.
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 6c5e6e0b9..4356950e5 100644 --- a/test/test.c +++ b/test/test.c @@ -250,7 +250,7 @@ static void test_tty() #endif if (stdout_tty == 1) stdout_sep = "\r"; - if (stdout_tty == 1) stderr_sep = "\r"; + if (stderr_tty == 1) stderr_sep = "\r"; } /**************************************************************************** |