diff options
Diffstat (limited to 't/op/sysio.t')
-rwxr-xr-x | t/op/sysio.t | 2 |
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: $!"; |