From: Bruno Haible Date: Tue, 16 Jul 2024 13:30:20 +0000 (+0200) Subject: lang-pascal: Modernize. X-Git-Tag: v0.23~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5ac1943268aab2f464953f3778ed6b68b2a84a2;p=thirdparty%2Fgettext.git lang-pascal: Modernize. * gettext-tools/tests/lang-pascal: Try fpc before ppc386 and ppcx64. --- diff --git a/gettext-tools/tests/lang-pascal b/gettext-tools/tests/lang-pascal index 69e687557..8f6df6326 100755 --- a/gettext-tools/tests/lang-pascal +++ b/gettext-tools/tests/lang-pascal @@ -26,10 +26,11 @@ begin end. EOF +(fpc pascalprog.pp) >/dev/null 2>&1 || (ppc386 pascalprog.pp) >/dev/null 2>&1 || (ppcx64 pascalprog.pp) >/dev/null 2>&1 || { - echo "Skipping test: Pascal compiler ppc386 or ppcx64 not found" + echo "Skipping test: Pascal compiler fpc or ppc386 or ppcx64 not found" Exit 77 }