| Index: tests/standalone/io/web_socket_error_test.dart
 | 
| diff --git a/tests/standalone/io/web_socket_error_test.dart b/tests/standalone/io/web_socket_error_test.dart
 | 
| index 439ad1d8561f6bb70ed43b2bc59803ffa15819e4..7081dca75d0e24abd25601f7b9338776d4fcd7ad 100644
 | 
| --- a/tests/standalone/io/web_socket_error_test.dart
 | 
| +++ b/tests/standalone/io/web_socket_error_test.dart
 | 
| @@ -90,7 +90,7 @@ class SecurityConfiguration {
 | 
|  
 | 
|  
 | 
|  void initializeSSL() {
 | 
| -  var testPkcertDatabase = join(dirname(Platform.script), 'pkcert');
 | 
| +  var testPkcertDatabase = Platform.script.resolve('pkcert').toFilePath();
 | 
|    SecureSocket.initialize(database: testPkcertDatabase,
 | 
|                            password: "dartdart");
 | 
|  }
 | 
| 
 |