CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/07/03 17:01:07
Index: checks/check-them
===================================================================
RCS file: /sources/m4/m4/checks/Attic/check-them,v
retrieving revision 1.1.1.1.2.6
retrieving revision 1.1.1.1.2.7
diff -u -b -r1.1.1.1.2.6 -r1.1.1.1.2.7
--- checks/check-them 3 Jul 2006 13:16:18 -0000 1.1.1.1.2.6
+++ checks/check-them 3 Jul 2006 17:01:07 -0000 1.1.1.1.2.7
@@ -44,7 +44,7 @@
echo "Checking $file"
LC_MESSAGES=C m4 -d -I "$examples" $file >$out 2>$err
- if test $? == 77 ; then
+ if test $? = 77 ; then
skipped="$skipped $file"
continue
fi