From 582fc32574a3b158c81e49cb00e6ae59205e66ba Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Thu, 17 Mar 2011 00:05:43 +0100 Subject: Imported Upstream version 1.8.0 --- jstests/shellspawn.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jstests/shellspawn.js') diff --git a/jstests/shellspawn.js b/jstests/shellspawn.js index 7df3c04..6b713f8 100644 --- a/jstests/shellspawn.js +++ b/jstests/shellspawn.js @@ -1,3 +1,5 @@ +#!/usr/bin/mongod + baseName = "jstests_shellspawn"; t = db.getCollection( baseName ); t.drop(); -- cgit v1.2.3