Skip to content

Commit

Permalink
fix suite.pm for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jul 2, 2019
1 parent 6842a15 commit faeaf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/plugins/suite.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (-d '../sql') {
my $src = "$::bindir/plugin/auth_pam/auth_pam_tool"; my $src = "$::bindir/plugin/auth_pam/auth_pam_tool";
my $dst = "$::plugindir/auth_pam_tool_dir/auth_pam_tool"; my $dst = "$::plugindir/auth_pam_tool_dir/auth_pam_tool";
::mkpath( "$::plugindir/auth_pam_tool_dir"); ::mkpath( "$::plugindir/auth_pam_tool_dir");
symlink $src, $dst or ::copy $src, $dst; eval { symlink $src, $dst } or ::copy $src, $dst;
} }


sub cassandra_running() { sub cassandra_running() {
Expand Down

0 comments on commit faeaf97

Please sign in to comment.