summaryrefslogtreecommitdiffstats
path: root/t/errors.t
diff options
context:
space:
mode:
Diffstat (limited to 't/errors.t')
-rw-r--r--t/errors.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/errors.t b/t/errors.t
index 905d6c8..3f0cde2 100644
--- a/t/errors.t
+++ b/t/errors.t
@@ -31,7 +31,7 @@ like(
environment => { 'foo' => \1 },
)
},
- qr/should start with \@, \%, or \$/,
+ qr/should start with \@, \%,/,
"error from malformed env"
);