Index: third_party/sqlite/src/test/server1.test |
diff --git a/third_party/sqlite/src/test/server1.test b/third_party/sqlite/src/test/server1.test |
index 134a9f5773e9548c2150cdc55cc20f2645c31ee1..90673ef00011a3dd2221c280527c6f4a827d4486 100644 |
--- a/third_party/sqlite/src/test/server1.test |
+++ b/third_party/sqlite/src/test/server1.test |
@@ -29,7 +29,7 @@ if {[llength [info command client_step]]==0 || [sqlite3 -has-codec]} { |
# The sample server implementation does not work right when memory |
# management is enabled. |
# |
-ifcapable memorymanage { |
+ifcapable (memorymanage||mutex_noop) { |
finish_test |
return |
} |