summaryrefslogtreecommitdiff
path: root/regress/base
diff options
context:
space:
mode:
Diffstat (limited to 'regress/base')
-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 e1073e12..2de2f50a 100644
--- a/regress/base/multipart_io.pl
+++ b/regress/base/multipart_io.pl
@@ -18,7 +18,7 @@ while (<$fh>) {
if (1 .. /^$/) {
$header .= $_;
if (/boundary=\"(.*)\"/) {
- $boundary = "--".$1;
+ $boundary = $1;
}
}
else {