Commit faeaf978 authored by Sergei Golubchik's avatar Sergei Golubchik

fix suite.pm for windows

parent 6842a153
......@@ -8,7 +8,7 @@ if (-d '../sql') {
my $src = "$::bindir/plugin/auth_pam/auth_pam_tool";
my $dst = "$::plugindir/auth_pam_tool_dir/auth_pam_tool";
::mkpath( "$::plugindir/auth_pam_tool_dir");
symlink $src, $dst or ::copy $src, $dst;
eval { symlink $src, $dst } or ::copy $src, $dst;
}
sub cassandra_running() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment