From: Jarkko Hietaniemi Date: Fri, 17 Mar 2000 03:10:34 +0000 (+0000) Subject: Make the test easier to use. X-Git-Tag: perl-5.6.0~5^2~36 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/bfb65faf7768baaaa57cb623ecd5e38ea5c37b9c 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: $!";