Skip to content

Commit 3816c65

Browse files
committed
Recommend the quicker "make test_prep" for t/TEST usage.
1 parent d5584eb commit 3816c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/TEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ if (-f 'TEST' && -f 'harness' && -d '../lib') {
154154
@INC = '../lib';
155155
}
156156

157-
die "You need to run \"make test\" first to set things up.\n"
157+
die "You need to run \"make test_prep\" first to set things up.\n"
158158
unless -e 'perl' or -e 'perl.exe' or -e 'perl.pm';
159159

160160
# check leakage for embedders

0 commit comments

Comments
 (0)