diff --git a/t/pmc/array.t b/t/pmc/array.t index fed5da8..9afa2c4 100644 --- a/t/pmc/array.t +++ b/t/pmc/array.t @@ -18,7 +18,7 @@ Tests the PhpArray PMC. .sub main :main $P0 = loadlib "pipp_group" - .include 'include/test_more.pir' + .include 'test_more.pir' plan(91) diff --git a/t/pmc/boolean.t b/t/pmc/boolean.t index 2741ccd..77476b9 100644 --- a/t/pmc/boolean.t +++ b/t/pmc/boolean.t @@ -18,7 +18,7 @@ Tests C PMC. .sub 'main' :main $P0 = loadlib "pipp_group" - .include "include/test_more.pir" + .include "test_more.pir" plan(2) diff --git a/t/pmc/null.t b/t/pmc/null.t index 9c5a187..75f54f4 100644 --- a/t/pmc/null.t +++ b/t/pmc/null.t @@ -18,7 +18,7 @@ Tests C PMC. .sub 'main' :main $P0 = loadlib "pipp_group" - .include "include/test_more.pir" + .include "test_more.pir" plan(2)