diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2003-09-13 13:20:30 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-14 06:46:26 +0000 |
commit | 5723cfe4740ef994c304e24ebce30a66f58eefb9 (patch) | |
tree | 56a21cba84bd3cd598350c2b9ab2dda8dfb1b7a0 /t | |
parent | 0aa703b2c59d48c747246ec784dec6c97b8d77be (diff) | |
download | perl-5723cfe4740ef994c304e24ebce30a66f58eefb9.tar.gz |
Re: [PATCH 5.8.1 @20218] OS/2 API
Message-ID: <20030914032030.GA17822@math.berkeley.edu>
p4raw-id: //depot/perl@21219
Diffstat (limited to 't')
-rw-r--r-- | t/run/switches.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/switches.t b/t/run/switches.t index 20d8d69f21..1c904d47f4 100644 --- a/t/run/switches.t +++ b/t/run/switches.t @@ -231,7 +231,7 @@ SWTESTPM local $TODO = ''; # these ones should work on VMS like( runperl( switches => ['-h'] ), - qr/Usage: .+perl.+switches.+programfile.+arguments/, + qr/Usage: .+(?i:perl(\.exe)?).+switches.+programfile.+arguments/, '-h looks okay' ); } |