diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-07-06 16:27:40 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-07-06 16:27:40 +0000 |
commit | afd1eb533c8ea286efcac6fd054ae7cebaf0dfe3 (patch) | |
tree | 66cb10d223a1981deb58ec411ee25dad759b3f66 /ext/POSIX/POSIX.t | |
parent | 9ed1afdbc1bed7621d245b873ba48f50bcb0f262 (diff) | |
download | perl-afd1eb533c8ea286efcac6fd054ae7cebaf0dfe3.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@11183
Diffstat (limited to 'ext/POSIX/POSIX.t')
-rwxr-xr-x | ext/POSIX/POSIX.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.t b/ext/POSIX/POSIX.t index aae4cf37c6..87a2aea89b 100755 --- a/ext/POSIX/POSIX.t +++ b/ext/POSIX/POSIX.t @@ -79,7 +79,7 @@ if ($Is_MPE) { print &_POSIX_OPEN_MAX > $fds[1] ? "ok 12\n" : "not ok 12\n" } -print getcwd() =~ m#/t$# ? "ok 13\n" : "not ok 13\n"; +print getcwd() =~ m#[/\\]t$# ? "ok 13\n" : "not ok 13\n"; # Check string conversion functions. |