Skip to content

Commit 1749a68

Browse files
grooverdancvicentiu
authored andcommitted
mtr: remove --binary from patch args
This causes problems on FreeBSD which doesn't have a patch that supports this. Linux and Windows don't require it either. Was added in c398770 without explaination.
1 parent c8e0c52 commit 1749a68

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
@@ -3385,7 +3385,7 @@ ($)
33853385
# to be able to distinguish them from manually created
33863386
# version-controlled results, and to ignore them in git.
33873387
my $dest = "$base_file$suites.result~";
3388-
my @cmd = ($exe_patch, qw/--binary -r - -f -s -o/,
3388+
my @cmd = ($exe_patch, qw/-r - -f -s -o/,
33893389
$dest, $base_result, $resfile);
33903390
if (-w $resdir) {
33913391
# don't rebuild a file if it's up to date

0 commit comments

Comments
 (0)