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 1b94fb42ca8bfd1156f8f3a1d3404f9349a784aa..325e41b110d9c00704a8b7b72eb65ff42f02da19 100644 |
--- a/tests/standalone/io/dart_std_io_pipe_test.dart |
+++ b/tests/standalone/io/dart_std_io_pipe_test.dart |
@@ -97,7 +97,7 @@ main() { |
} |
// Run the shell script. |
- test(shellScript.name, scriptFile.name, "0"); |
- test(shellScript.name, scriptFile.name, "1"); |
- test(shellScript.name, scriptFile.name, "2"); |
+ test(shellScript.path, scriptFile.path, "0"); |
+ test(shellScript.path, scriptFile.path, "1"); |
+ test(shellScript.path, scriptFile.path, "2"); |
} |