Skip to content

Commit 1af74d5

Browse files
committed
postfix after e3f5789 - var/log/stdout.log contains escape sequences.
1 parent 95fa7bc commit 1af74d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ ($)
389389
if (IS_WINDOWS and HAVE_WIN32_CONSOLE) {
390390
$set_titlebar = sub {Win32::Console::Title $_[0];};
391391
} elsif (defined $ENV{TERM} and $ENV{TERM} =~ /xterm/) {
392-
$set_titlebar = sub { print "\e];$_[0]\a"; };
392+
$set_titlebar = sub { syswrite STDOUT, "\e];$_[0]\a"; };
393393
}
394394
}
395395

0 commit comments

Comments
 (0)