From: Jarkko Hietaniemi Date: Fri, 17 Mar 2000 03:10:34 +0000 (+0000) Subject: Make the test easier to use. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bfb65faf7768baaaa57cb623ecd5e38ea5c37b9c;p=p5sagit%2Fp5-mst-13.2.git Make the test easier to use. p4raw-id: //depot/cfgperl@5771 --- diff --git a/t/op/sysio.t b/t/op/sysio.t index 22e60e3..e43f850 100755 --- 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: $!";