From 052b61636e8d3c25e47376479738520f85d475c5 Mon Sep 17 00:00:00 2001 From: "NARUSE, Yui" Date: Sat, 15 Dec 2018 17:22:40 +0900 Subject: [PATCH] '.' is no longer in @INC --- test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.pl b/test.pl index 20241a0..486cff6 100644 --- a/test.pl +++ b/test.pl @@ -120,7 +120,7 @@ sub command_tests { return; } -do "nkf_test.pl"; +do "./nkf_test.pl"; unlink "nkf.in"; unlink "nkf.out"; -- 2.11.0