You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Fix French arch --help test to match current translation
The coreutils-l10n translation uses the infinitive 'Afficher' rather than 'Affiche', causing the test to fail in CI.
This commit is contained in:
@@ -359,7 +359,7 @@ async function runTests() {
|
||||
T.locale = "fr-FR";
|
||||
const frHelp = await executeCommandLine("arch --help");
|
||||
assert("arch --help in French contains French text",
|
||||
frHelp.includes("Affiche l'architecture de la machine"), true);
|
||||
frHelp.includes("Afficher l'architecture de la machine"), true);
|
||||
|
||||
T.locale = "en-US";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user