Skip to content

Commit 445dc78

Browse files
authored
Revert flawed test
This test assumes Pod::To::BigPage is actually installed and located in a repository that the run ... htmlify.p6 is going to see. For instance: perl6 -I/path/to/Pod-To-BigPage/lib t/00-load.t will not work even though the dependency on Pod::To::BigPage is met. To use run like this would require passing all the $*REPOs (@inc) into the executed script (htmlify.p6)
1 parent fe34000 commit 445dc78

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

t/00-load.t

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
use v6;
22
use Test;
33

4-
plan 2;
4+
plan 1;
55

66
use-ok 'Pod::To::BigPage', 'load module Pod::To::BigPage';
7-
8-
my $ok = run($*EXECUTABLE-NAME, '-c', 'htmlify.p6');
9-
10-
is $ok.exitcode, 0, 'htmlify compiles';

0 commit comments

Comments
 (0)