diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2014-01-29 17:12:35 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2014-01-29 17:15:54 -0500 |
commit | 39032c059a318f1c9e0f917ba4af051cd1c2420f (patch) | |
tree | 561df7d5bffca0febeef954be74d8f76239fb181 /jstests/replsets/auth2.js | |
parent | dab7af2409c775a69489fe09f72f39c1b4f445aa (diff) | |
download | mongo-39032c059a318f1c9e0f917ba4af051cd1c2420f.tar.gz |
SERVER-4966: Renable tests for Windows
Diffstat (limited to 'jstests/replsets/auth2.js')
-rw-r--r-- | jstests/replsets/auth2.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/replsets/auth2.js b/jstests/replsets/auth2.js index 7d8b329a4ff..8287928c008 100644 --- a/jstests/replsets/auth2.js +++ b/jstests/replsets/auth2.js @@ -1,4 +1,3 @@ -if ( !_isWindows() ) { //SERVER-5024 var name = "rs_auth2"; var port = allocatePorts(3); var path = "jstests/libs/"; @@ -107,4 +106,3 @@ rs.stop(0); m = rs.restart(0, {"keyFile" : path+"key1"}); print("0 becomes a secondary"); -} // !_isWindows()
\ No newline at end of file |