summaryrefslogtreecommitdiff
path: root/t/op/sysio.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-17 03:10:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-17 03:10:34 +0000
commitbfb65faf7768baaaa57cb623ecd5e38ea5c37b9c (patch)
treeddea2bfdeb528e0576f15704fc9cc9b3faccbc27 /t/op/sysio.t
parentfc641c2da361f8a4c9ff2fdd1ff1736c88ae4b0a (diff)
downloadperl-bfb65faf7768baaaa57cb623ecd5e38ea5c37b9c.tar.gz
Make the test easier to use.
p4raw-id: //depot/cfgperl@5771
Diffstat (limited to 't/op/sysio.t')
-rwxr-xr-xt/op/sysio.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sysio.t b/t/op/sysio.t
index 22e60e30fc..e43f850154 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: $!";