Change 11831 by sky@sky-borderline on 2001/09/02 12:10:42
Change #11828 wasn't complete, this updates to intest path
Affected files ...
... //depot/perl/t/run/kill_perl.t#2 edit
Differences ...
==== //depot/perl/t/run/kill_perl.t#2 (text) ====
Index: perl/t/run/kill_perl.t
--- perl/t/run/kill_perl.t.~1~ Sun Sep 2 06:15:05 2001
+++ perl/t/run/kill_perl.t Sun Sep 2 06:15:05 2001
@@ -329,7 +329,7 @@
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
End of Patch.