summaryrefslogtreecommitdiff
path: root/dist/Safe/t/safeops.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Safe/t/safeops.t')
-rw-r--r--dist/Safe/t/safeops.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Safe/t/safeops.t b/dist/Safe/t/safeops.t
index bd8217d8dc..7221c21da2 100644
--- a/dist/Safe/t/safeops.t
+++ b/dist/Safe/t/safeops.t
@@ -28,7 +28,7 @@ while (<DATA>) {
$code{$1} = $2;
}
-open my $fh, '<', '../../opcode.pl' or die "Can't open opcode.pl: $!";
+open my $fh, '<', '../../regen/opcode.pl' or die "Can't open opcode.pl: $!";
while (<$fh>) {
last if /^__END__/;
}