summaryrefslogtreecommitdiff
path: root/jstests/core/shell1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/shell1.js')
-rw-r--r--jstests/core/shell1.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/core/shell1.js b/jstests/core/shell1.js
index 2e6c7292374..6d200e7a5b1 100644
--- a/jstests/core/shell1.js
+++ b/jstests/core/shell1.js
@@ -1,8 +1,8 @@
x = 1;
-shellHelper( "show", "tables;" )
-shellHelper( "show", "tables" )
-shellHelper( "show", "tables ;" )
+shellHelper( "show", "tables;" );
+shellHelper( "show", "tables" );
+shellHelper( "show", "tables ;" );
// test slaveOk levels
assert(!db.getSlaveOk() && !db.test.getSlaveOk() && !db.getMongo().getSlaveOk(), "slaveOk 1");