summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-09-02 12:10:42 +0000
committerArtur Bergman <sky@nanisky.com>2001-09-02 12:10:42 +0000
commit9731f9ce05d1c7e58d4cec595b6014e465a43d2d (patch)
tree2a6f6ee7603894cc7af7480d9afea1cbbccaad70
parent2773a8c9b209a6d064815ed5b6ed601a43e55c6b (diff)
downloadperl-9731f9ce05d1c7e58d4cec595b6014e465a43d2d.tar.gz
Change #11828 wasn't complete, this updates to intest path
p4raw-id: //depot/perl@11831
-rw-r--r--t/run/kill_perl.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t
index 2b4a5a6e93..a48a49bfa9 100644
--- a/t/run/kill_perl.t
+++ b/t/run/kill_perl.t
@@ -329,7 +329,7 @@ print "ok\n" if ("\0" lt "\xFF");
EXPECT
ok
########
-open(H,'op/misc.t'); # must be in the 't' directory
+open(H,'run/kill_perl.t'); # must be in the 't' directory
stat(H);
print "ok\n" if (-e _ and -f _ and -r _);
EXPECT