Skip to content

Commit

Permalink
Less test noise
Browse files Browse the repository at this point in the history
Updates #746
  • Loading branch information
shawnlaffan committed Oct 27, 2019
1 parent 00ab41c commit cc83fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/28-Randomisation2.t
Expand Up @@ -396,7 +396,7 @@ sub test_checkpoint_cwd_check {
my $old_wd = getcwd();
my $new_wd = get_temp_dir();
chdir $new_wd;
diag getcwd();
note getcwd();

my $rand_name = 'test_checkpoint_cwd_check';

Expand Down Expand Up @@ -424,6 +424,6 @@ sub test_checkpoint_cwd_check {

#chmod 0777, '.';
chdir $old_wd;
diag getcwd();
note getcwd();

}

0 comments on commit cc83fdc

Please sign in to comment.