Change #11828 wasn't complete, this updates to intest path
authorArtur Bergman <sky@nanisky.com>
Sun, 2 Sep 2001 12:10:42 +0000 (12:10 +0000)
committerArtur Bergman <sky@nanisky.com>
Sun, 2 Sep 2001 12:10:42 +0000 (12:10 +0000)
p4raw-id: //depot/perl@11831

t/run/kill_perl.t

index 2b4a5a6..a48a49b 100644 (file)
@@ -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