summaryrefslogtreecommitdiff
path: root/t/metaget.t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-03-06 17:43:58 -0800
committerdormando <dormando@rydia.net>2020-03-07 12:58:38 -0800
commit90afca6e051d1a474120de7419becb9fdfe1e4ec (patch)
treef12cd119805e491585aa17763337d3b20cab8f38 /t/metaget.t
parenta71af5d1f319a01aae12716372e6fff82800e9c1 (diff)
downloadmemcached-90afca6e051d1a474120de7419becb9fdfe1e4ec.tar.gz
meta: code cleanup and bugfixes
fixes issues with negative expiration times. reorganizes code into the pre parser, allowing shortening of main command code. For arithmetic, removes an extra loop over the flags. should be able to cut down more but that can wait :)
Diffstat (limited to 't/metaget.t')
-rw-r--r--t/metaget.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/metaget.t b/t/metaget.t
index fceb62b..4851a78 100644
--- a/t/metaget.t
+++ b/t/metaget.t
@@ -532,7 +532,7 @@ my $sock = $server->sock;
{
diag "flag and token count errors";
print $sock "mg foo m o o o o o o o o o\r\n";
- like(scalar <$sock>, qr/^CLIENT_ERROR invalid or duplicate flag/, "gone silly with flags");
+ like(scalar <$sock>, qr/^CLIENT_ERROR invalid flag/, "gone silly with flags");
}
{