We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df06df commit a57b64fCopy full SHA for a57b64f
test/support/gencert.sh
@@ -9,7 +9,7 @@ KEY_PATH="./test/fixtures/server.key"
9
CERT_PATH="./test/fixtures/server.crt"
10
SUBJ="/C=US/ST=Illinois/L=Chicago/O=node-express-session/CN=express-session.local"
11
12
-if [["$OS" == "MINGW"* || "$OS" == "MSYS"*]]; then
+if [[ "$OS" == MINGW* || "$OS" == MSYS* ]]; then
13
SUBJ="\\C=US/ST=Illinois/L=Chicago/O=node-express-session/CN=express-session.local"
14
fi
15
0 commit comments