Pavel Raiskup a66f1c
diff --git a/testsuite/autoconf.s/syntax.exp b/testsuite/autoconf.s/syntax.exp
Pavel Raiskup a66f1c
index 95a4611..3c5738a 100644
Pavel Raiskup a66f1c
--- a/testsuite/autoconf.s/syntax.exp
Pavel Raiskup a66f1c
+++ b/testsuite/autoconf.s/syntax.exp
Pavel Raiskup a66f1c
@@ -2,7 +2,7 @@
Pavel Raiskup a66f1c
 
Pavel Raiskup a66f1c
 send_user "Checking for syntax errors in the specific tests...\n"
Pavel Raiskup a66f1c
 set script {s/^AC_DEFUN(\([^,]*\).*/\1/p}
Pavel Raiskup a66f1c
-set macros [exec sed -n $script $srcdir/../acspecific.m4]
Pavel Raiskup 4f0735
+set macros [exec sed -n $script $srcdir/../acspecific.m4 | grep -v -e AC_FUNC_GETLOADAVG -e F77]
Pavel Raiskup a66f1c
 
Pavel Raiskup a66f1c
 foreach mac $macros {
Pavel Raiskup a66f1c
     send_user "$mac\n"