projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2773a8c
)
Change #11828 wasn't complete, this updates to intest path
author
Artur Bergman
<sky@nanisky.com>
Sun, 2 Sep 2001 12:10:42 +0000
(12:10 +0000)
committer
Artur 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
patch
|
blob
|
history
diff --git
a/t/run/kill_perl.t
b/t/run/kill_perl.t
index
2b4a5a6
..
a48a49b
100644
(file)
--- 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