| Index: tests/standalone/io/dart_std_io_pipe_test.dart
|
| diff --git a/tests/standalone/io/dart_std_io_pipe_test.dart b/tests/standalone/io/dart_std_io_pipe_test.dart
|
| index cc37115afaf4e1ebce546adce5def41a8d836b64..4a512e0151bebda204f876a14ed70cda424de888 100644
|
| --- a/tests/standalone/io/dart_std_io_pipe_test.dart
|
| +++ b/tests/standalone/io/dart_std_io_pipe_test.dart
|
| @@ -32,7 +32,7 @@ void checkFileContent(String fileName, String content) {
|
|
|
|
|
| void test(String shellScript, String dartScript, String type, bool devNull) {
|
| - Directory dir = new Directory("").createTempSync();
|
| + Directory dir = Directory.systemTemp.createTempSync('dart_dart_std_io_pipe');
|
|
|
| // The shell script will run the dart executable passed with a
|
| // number of different redirections of stdio.
|
|
|