Skip to content

Commit

Permalink
Fix directory copying for cmake-invoked runtest.pl on Unix.
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Jun 13, 2016
1 parent 0b76a9a commit 62b13d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtest.pl.in
Expand Up @@ -145,7 +145,7 @@ sub runtest
{
push @commands, "cmake -E remove_directory $test_dst_dir/$1";
}
elsif ($line =~ m/^cp (.*) (.*)/)
elsif ($line =~ m/^cp (.*)\*\.\* (.*)/)
{
my ($src, $dst) = ($1, $2);
push @commands, "cmake -E copy_directory ".
Expand Down

0 comments on commit 62b13d6

Please sign in to comment.