diff options
Diffstat (limited to 'tests/quictest.bat')
-rw-r--r-- | tests/quictest.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quictest.bat b/tests/quictest.bat index cfbf2cd..645fc2f 100644 --- a/tests/quictest.bat +++ b/tests/quictest.bat | |||
@@ -6,7 +6,7 @@ set quictest_bin=%1 | |||
6 | set quictest_bin=%quictest_bin:/=\% | 6 | set quictest_bin=%quictest_bin:/=\% |
7 | if not exist %quictest_bin% exit /b 1 | 7 | if not exist %quictest_bin% exit /b 1 |
8 | 8 | ||
9 | %quictest_bin% %srcdir%\server.pem %srcdir%\server.pem %srcdir%\ca.pem | 9 | %quictest_bin% %srcdir%\server1-rsa.pem %srcdir%\server1-rsa-chain.pem %srcdir%\ca-root-rsa.pem |
10 | if !errorlevel! neq 0 ( | 10 | if !errorlevel! neq 0 ( |
11 | exit /b 1 | 11 | exit /b 1 |
12 | ) | 12 | ) |