Index: tests/standalone/io/secure_no_builtin_roots_database_test.dart |
diff --git a/tests/standalone/io/secure_no_builtin_roots_database_test.dart b/tests/standalone/io/secure_no_builtin_roots_database_test.dart |
index b5a06afa280095eb3996c30e2aff4d04a6d9421a..e03ad05a06003ae4188804bfdad42b05148f7208 100644 |
--- a/tests/standalone/io/secure_no_builtin_roots_database_test.dart |
+++ b/tests/standalone/io/secure_no_builtin_roots_database_test.dart |
@@ -24,7 +24,7 @@ void InitializeSSL() { |
// If the built-in root certificates aren't loaded, the connection |
// should signal an error. Even when an external database is loaded, |
// they should not be loaded. |
- Path scriptDir = new Path(new Options().script).directoryPath; |
+ Path scriptDir = new Path(Platform.script).directoryPath; |
Path certificateDatabase = scriptDir.append('pkcert'); |
SecureSocket.initialize(database: certificateDatabase.toNativePath(), |
password: 'dartdart', |