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