| Index: tests/standalone/io/process_working_directory_test.dart
|
| diff --git a/tests/standalone/io/process_working_directory_test.dart b/tests/standalone/io/process_working_directory_test.dart
|
| index 14f97347d981fc0b112839d7febc50729206a697..55b154d6685e280a4101ed45df850f9827b67204 100644
|
| --- a/tests/standalone/io/process_working_directory_test.dart
|
| +++ b/tests/standalone/io/process_working_directory_test.dart
|
| @@ -14,7 +14,7 @@ class ProcessWorkingDirectoryTest {
|
| // Extract full path, since we run processes from another directory.
|
| File path = new File(getProcessTestFileName());
|
| Expect.isTrue(path.existsSync());
|
| - return path.fullPathSync();
|
| + return path.resolveSymbolicLinksSync();
|
| }
|
|
|
| static void testValidDirectory() {
|
|
|