From: Artur Bergman Date: Sun, 2 Sep 2001 12:10:42 +0000 (+0000) Subject: Change #11828 wasn't complete, this updates to intest path X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9731f9ce05d1c7e58d4cec595b6014e465a43d2d;p=p5sagit%2Fp5-mst-13.2.git Change #11828 wasn't complete, this updates to intest path p4raw-id: //depot/perl@11831 --- diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t index 2b4a5a6..a48a49b 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