Skip to content

Commit

Permalink
Directories removed, closes #1, refs Raku/Pod-To-HTML#55
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Dec 17, 2018
1 parent d5a21db commit 5b55119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/01-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ EOH
}

do-the-test(); # Use default values
nok( ($*TMPDIR ~ "/" ~ $Pod::Load::precomp-dir).IO.d, "Directory has been removed" );
$Pod::Load::precomp-dir= "my-precomp-dir/";
diag( "Changing default values" );
do-the-test(); # Use these new values.
nok( ($*TMPDIR ~ "/" ~ $Pod::Load::precomp-dir).IO.d, "Directory has been removed" );

done-testing;

0 comments on commit 5b55119

Please sign in to comment.