summaryrefslogtreecommitdiff
path: root/tests/spencer1.awk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spencer1.awk')
-rw-r--r--tests/spencer1.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spencer1.awk b/tests/spencer1.awk
index ba7aeb66..3202bd39 100644
--- a/tests/spencer1.awk
+++ b/tests/spencer1.awk
@@ -3,7 +3,7 @@ BEGIN {
printf ("failures=0\n");
}
-$0 !~ /^#/ && NF = 3 {
+$0 !~ /^#/ && NF == 3 {
# printf ("status=`echo '%s'| { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);
printf ("status=`echo '%s'| { ${GREP} -E -e '%s' >/dev/null 2>&1 ; echo $?; }`\n",$3, $2);
printf ("if test $status -ne %s ; then\n", $1);