summaryrefslogtreecommitdiff
path: root/t/op/coreamp.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/coreamp.t')
-rw-r--r--t/op/coreamp.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/op/coreamp.t b/t/op/coreamp.t
index 3320ff75d2..b57609bef0 100644
--- a/t/op/coreamp.t
+++ b/t/op/coreamp.t
@@ -9,9 +9,10 @@
BEGIN {
chdir 't' if -d 't';
- require "./test.pl"; require './charset_tools.pl';
- $^P |= 0x100;
+ require "./test.pl";
set_up_inc( qw(. ../lib ../dist/if) );
+ require './charset_tools.pl';
+ $^P |= 0x100; # Provide informative "file" names for evals
}
no warnings 'experimental::smartmatch';