Skip to content

Commit c82db2c

Browse files
committed
work?
1 parent 6df06df commit c82db2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/support/gencert.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ KEY_PATH="./test/fixtures/server.key"
99
CERT_PATH="./test/fixtures/server.crt"
1010
SUBJ="/C=US/ST=Illinois/L=Chicago/O=node-express-session/CN=express-session.local"
1111

12-
if [["$OS" == "MINGW"* || "$OS" == "MSYS"*]]; then
13-
SUBJ="\\C=US/ST=Illinois/L=Chicago/O=node-express-session/CN=express-session.local"
12+
if [[ "$OS" == MINGW* || "$OS" == MSYS* ]]; then
13+
SUBJ="\/C=US/ST=Illinois/L=Chicago/O=node-express-session/CN=express-session.local"
1414
fi
1515

1616
openssl req -x509 -nodes -newkey rsa:2048 -keyout ./test/fixtures/server.key -out ./test/fixtures/server.crt -days 3650 \

0 commit comments

Comments
 (0)