summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Legacy/subtest/do.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Simple/t/Legacy/subtest/do.t')
-rw-r--r--cpan/Test-Simple/t/Legacy/subtest/do.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/t/Legacy/subtest/do.t b/cpan/Test-Simple/t/Legacy/subtest/do.t
index b034893f63..c9efdac892 100644
--- a/cpan/Test-Simple/t/Legacy/subtest/do.t
+++ b/cpan/Test-Simple/t/Legacy/subtest/do.t
@@ -7,7 +7,7 @@ use Test::More;
pass("First");
-my $file = "t/Legacy/subtest/for_do_t.test";
+my $file = "./t/Legacy/subtest/for_do_t.test";
ok -e $file, "subtest test file exists";
subtest $file => sub { do $file };