summaryrefslogtreecommitdiff
path: root/jstests/replsets/emptycapped.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/emptycapped.js')
-rw-r--r--jstests/replsets/emptycapped.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/emptycapped.js b/jstests/replsets/emptycapped.js
index 39a5c0eac56..c6b08fff9dc 100644
--- a/jstests/replsets/emptycapped.js
+++ b/jstests/replsets/emptycapped.js
@@ -92,4 +92,5 @@
{create: "view1", viewOn: "collection", pipeline: [{$match: {}}]}));
assert.commandFailedWithCode(primaryTestDB.runCommand({emptycapped: "system.views"}),
ErrorCodes.IllegalOperation);
+ rst.stopSet();
})();