| Index: tests/standalone/io/addlatexhash_test.dart
|
| diff --git a/tests/standalone/io/addlatexhash_test.dart b/tests/standalone/io/addlatexhash_test.dart
|
| index d52d0558babe290d373d585a5fae6f1b56a0bf3c..1f189ab45f7097b836458e852f0ada8303c6f650 100755
|
| --- a/tests/standalone/io/addlatexhash_test.dart
|
| +++ b/tests/standalone/io/addlatexhash_test.dart
|
| @@ -157,7 +157,7 @@ testSameDVI(String tmpDirPath) {
|
| listPath]);
|
|
|
| runDvi2tty(dviFile) =>
|
| - Process.runSync("dvi2tty", [dviFile], workingDirectory: tmpDir.path);
|
| + Process.runSync("dvi2tty", [dviFile], workingDirectory: tmpDirPath);
|
|
|
| chkDvi2tty(file, subject) =>
|
| checkAction(runDvi2tty(file), "dvitty on $subject failed");
|
|
|