From 101cfc50de035069ec679d6a1f94cb6a21ef3d53 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 29 Jan 2025 15:31:59 +0100 Subject: [PATCH] tests: Fix a comment. * gettext-tools/tests/lang-rust: Fix comment. --- gettext-tools/tests/lang-rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext-tools/tests/lang-rust b/gettext-tools/tests/lang-rust index 110f34e96..f2e5ff55b 100755 --- a/gettext-tools/tests/lang-rust +++ b/gettext-tools/tests/lang-rust @@ -107,7 +107,7 @@ this_test_is_longrunning_ : ${CARGO=cargo} # This takes between 2.5 minutes (on a fast machine) and 5 minutes, -# most of it in "Compiling locale_config v0.3.0". Sigh. +# most of it in building gettext-sys. Sigh. ${CARGO} build || Exit 1 # Test which of the fr_FR locales are installed. -- 2.47.3