projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fc641c2
)
Make the test easier to use.
Jarkko Hietaniemi [Fri, 17 Mar 2000 03:10:34 +0000 (
03:10
+0000)]
p4raw-id: //depot/cfgperl@5771
t/op/sysio.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/sysio.t
b/t/op/sysio.t
index
22e60e3
..
e43f850
100755
(executable)
--- a/
t/op/sysio.t
+++ b/
t/op/sysio.t
@@
-2,7
+2,7
@@
print "1..39\n";
-chdir('op') || die "sysio.t: cannot look for myself: $!";
+chdir('op') || chdir('t/op') || die "sysio.t: cannot look for myself: $!";
open(I, 'sysio.t') || die "sysio.t: cannot find myself: $!";