summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-06-17 15:42:29 -0400
committerBradley Sepos <[email protected]>2017-06-17 15:42:29 -0400
commit8dcf1c5cec8cfe200b4fbbe17f8efc06258c7f82 (patch)
tree872fd5e1750cdefa1459ebdd4b352acda489099a /test
parent410d4dff815f14418cae7700d901c1bf2223ba77 (diff)
cli: Fix typo in last commit.
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
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";
}
/****************************************************************************