summaryrefslogtreecommitdiff
path: root/jstests/dur/a_quick.js
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-12-29 22:22:50 -0500
committerdwight <dwight@10gen.com>2010-12-29 22:23:03 -0500
commit19709a7401a5a5181aada3477617235be8f8956b (patch)
treef2105fe6339936c7358faacd7427cadf14e8e06e /jstests/dur/a_quick.js
parenta1101c06c758c88a7fc8b160a9c27eb653c972d4 (diff)
downloadmongo-19709a7401a5a5181aada3477617235be8f8956b.tar.gz
more on fixing win buildbot tests using diff
Diffstat (limited to 'jstests/dur/a_quick.js')
-rwxr-xr-xjstests/dur/a_quick.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/dur/a_quick.js b/jstests/dur/a_quick.js
index 50d5ce41411..cf4327fe57a 100755
--- a/jstests/dur/a_quick.js
+++ b/jstests/dur/a_quick.js
@@ -26,7 +26,7 @@ function runDiff(a, b) {
a = reSlash(a);
b = reSlash(b);
print("diff " + a + " " + b);
- return run("diff", a, b);
+ return run("diff", a, b);
}
var step = 1;