[test suite] minor bug fix for rm previous coverage script path

This commit is contained in:
Michael Rash 2015-04-24 17:55:43 -07:00
parent 93383c8430
commit bcfc313e36

View File

@ -1657,7 +1657,7 @@ sub config_recompile() {
chdir 'test' or die $!;
### we're recompiling, so remove any existing profile coverage
### files since they will be invalidated by the recompile
&run_cmd($profile_rm_prev_sh, $cmd_out_tmp, $curr_test_file);
&run_cmd("./$profile_rm_prev_sh", $cmd_out_tmp, $curr_test_file);
chdir '..' or die $!;
}