summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/base/multipart_io.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/base/multipart_io.pl b/regress/base/multipart_io.pl
index 5b5e2387..8e6c58e3 100644
--- a/regress/base/multipart_io.pl
+++ b/regress/base/multipart_io.pl
@@ -22,7 +22,7 @@ while (<$fh>) {
if (1 .. /^$/) {
$header .= $_;
- if (/boundary=\"(.*)\"/) {
+ if (/boundary=\"(.*)\"/i) {
$boundary = $1;
}
}