| Index: tests/standalone/io/raw_secure_server_socket_argument_test.dart
 | 
| diff --git a/tests/standalone/io/raw_secure_server_socket_argument_test.dart b/tests/standalone/io/raw_secure_server_socket_argument_test.dart
 | 
| index 9807cd0ed0a8fe1a0651d54994129b9969267ae8..2513f6d89a182da05059e4b5c8fec55fb9182e5e 100644
 | 
| --- a/tests/standalone/io/raw_secure_server_socket_argument_test.dart
 | 
| +++ b/tests/standalone/io/raw_secure_server_socket_argument_test.dart
 | 
| @@ -55,7 +55,7 @@ void testArguments() {
 | 
|  
 | 
|  
 | 
|  main() {
 | 
| -  var certificateDatabase = join(dirname(Platform.script), 'pkcert');
 | 
| +  var certificateDatabase = Platform.script.resolve('pkcert').toFilePath();
 | 
|    SecureSocket.initialize(database: certificateDatabase,
 | 
|                            password: 'dartdart',
 | 
|                            useBuiltinRoots: false);
 | 
| 
 |