summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-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";
}
/****************************************************************************