| Index: tests/standalone/io/https_server_test.dart
|
| diff --git a/tests/standalone/io/https_server_test.dart b/tests/standalone/io/https_server_test.dart
|
| index e2f7136e1616e50e71a92ad7a69e151cf63019d3..082950e70eda04012c8ca533ac471788840e3972 100644
|
| --- a/tests/standalone/io/https_server_test.dart
|
| +++ b/tests/standalone/io/https_server_test.dart
|
| @@ -58,7 +58,7 @@ void testListenOn() {
|
| }
|
|
|
| void InitializeSSL() {
|
| - var testPkcertDatabase = join(dirname(Platform.script), 'pkcert');
|
| + var testPkcertDatabase = Platform.script.resolve('pkcert').toFilePath();
|
| SecureSocket.initialize(database: testPkcertDatabase,
|
| password: 'dartdart');
|
| }
|
|
|