rust/tests/run-make/translation
jyn 23cf3ce03b Fix `tests/run-make-translation` when download-rustc is enabled
When building locally, we never generate a `share` directory in the
local sysroot. However, when we download the `rustc` component from ci,
it includes a `share/man` directory in the sysroot. The
`run-make/translation` test assumed that it didn't exist, and would
create a link from `fakeroot` to the real share directory, and write
symbolic links into it. Change it not to create the link, so that rustc
doesn't try to load multiple copies of the same `.ftl` file.
2023-04-19 00:39:20 -05:00
..
Makefile Fix `tests/run-make-translation` when download-rustc is enabled 2023-04-19 00:39:20 -05:00
broken.ftl Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing.ftl Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
working.ftl Move /src/test to /tests 2023-01-11 09:32:08 +00:00