]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
lang-pascal: Modernize.
authorBruno Haible <bruno@clisp.org>
Tue, 16 Jul 2024 13:30:20 +0000 (15:30 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 16 Jul 2024 13:30:20 +0000 (15:30 +0200)
* gettext-tools/tests/lang-pascal: Try fpc before ppc386 and ppcx64.

gettext-tools/tests/lang-pascal

index 69e68755780673c2f6aa4cb98fec0f0cb68c1f13..8f6df6326a5c3b099dd3ff109a270ff5ca7aecd0 100755 (executable)
@@ -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
 }