diff options
author | dwight <dwight@10gen.com> | 2011-01-22 23:37:11 -0500 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2011-01-22 23:37:11 -0500 |
commit | 0fc527a17c6aca517fe8410c8e9738715cd0a266 (patch) | |
tree | 0c60cbaa25ef21dbb5f0895b91829871523c96e3 /jstests/dur | |
parent | 0380e6fb2c7f7776cb76368e355496e71df671e9 (diff) | |
download | mongo-0fc527a17c6aca517fe8410c8e9738715cd0a266.tar.gz |
minor
Diffstat (limited to 'jstests/dur')
-rw-r--r-- | jstests/dur/dropdb.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/dur/dropdb.js b/jstests/dur/dropdb.js index 86b547f6907..0df0f113894 100644 --- a/jstests/dur/dropdb.js +++ b/jstests/dur/dropdb.js @@ -127,7 +127,7 @@ if (diff != "") { assert(diff == "", "error test.ns files differ"); log("check data matches .0"); -var diff = runDiff(path1 + "/test.0", path2 + "/test.0"); +diff = runDiff(path1 + "/test.0", path2 + "/test.0"); if (diff != "") { print("\n\n\nDIFFERS\n"); print(diff); |