summaryrefslogtreecommitdiff
path: root/tests/test/test-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/test-tests')
-rwxr-xr-xtests/test/test-tests4743
1 files changed, 4743 insertions, 0 deletions
diff --git a/tests/test/test-tests b/tests/test/test-tests
new file mode 100755
index 0000000..6122b92
--- /dev/null
+++ b/tests/test/test-tests
@@ -0,0 +1,4743 @@
+#! /bin/sh
+# This script was generated automatically by mk-script.
+case $# in
+ 0) xx='../../src/test';;
+ *) xx="$1";;
+esac
+test "$VERBOSE" && echo=echo || echo=:
+$echo testing program: $xx
+errors=0
+test "$srcdir" || srcdir=.
+test "$VERBOSE" && $xx --version 2> /dev/null
+
+# Make sure we get English translations.
+LANGUAGE=C
+export LANGUAGE
+LC_ALL=C
+export LC_ALL
+LANG=C
+export LANG
+
+$xx 9 -ne 9 > ne-1.O 2> ne-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test ne-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ne-1.O $srcdir/ne-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ne-1"; fi;;
+ 1) $echo "Test ne-1 failed: files ne-1.O and $srcdir/ne-1.X differ" 1>&2
+ (diff -c ne-1.O $srcdir/ne-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ne-1 may have failed." 1>&2
+ $echo The command "cmp ne-1.O $srcdir/ne-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ne-1.E || rm -f ne-1.E
+$xx 0 -ne 0 > ne-2.O 2> ne-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test ne-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ne-2.O $srcdir/ne-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ne-2"; fi;;
+ 1) $echo "Test ne-2 failed: files ne-2.O and $srcdir/ne-2.X differ" 1>&2
+ (diff -c ne-2.O $srcdir/ne-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ne-2 may have failed." 1>&2
+ $echo The command "cmp ne-2.O $srcdir/ne-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ne-2.E || rm -f ne-2.E
+$xx 0 -ne 00 > ne-3.O 2> ne-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test ne-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ne-3.O $srcdir/ne-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ne-3"; fi;;
+ 1) $echo "Test ne-3 failed: files ne-3.O and $srcdir/ne-3.X differ" 1>&2
+ (diff -c ne-3.O $srcdir/ne-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ne-3 may have failed." 1>&2
+ $echo The command "cmp ne-3.O $srcdir/ne-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ne-3.E || rm -f ne-3.E
+$xx 8 -ne 9 > ne-4.O 2> ne-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test ne-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ne-4.O $srcdir/ne-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ne-4"; fi;;
+ 1) $echo "Test ne-4 failed: files ne-4.O and $srcdir/ne-4.X differ" 1>&2
+ (diff -c ne-4.O $srcdir/ne-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ne-4 may have failed." 1>&2
+ $echo The command "cmp ne-4.O $srcdir/ne-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ne-4.E || rm -f ne-4.E
+$xx 1 -ne 0 > ne-5.O 2> ne-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test ne-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ne-5.O $srcdir/ne-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ne-5"; fi;;
+ 1) $echo "Test ne-5 failed: files ne-5.O and $srcdir/ne-5.X differ" 1>&2
+ (diff -c ne-5.O $srcdir/ne-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ne-5 may have failed." 1>&2
+ $echo The command "cmp ne-5.O $srcdir/ne-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ne-5.E || rm -f ne-5.E
+$xx 340282366920938463463374607431768211456 -ne 0 > ne-6.O 2> ne-6.E
+code=$?
+if test $code != 0; then
+ $echo "Test ne-6 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ne-6.O $srcdir/ne-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ne-6"; fi;;
+ 1) $echo "Test ne-6 failed: files ne-6.O and $srcdir/ne-6.X differ" 1>&2
+ (diff -c ne-6.O $srcdir/ne-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ne-6 may have failed." 1>&2
+ $echo The command "cmp ne-6.O $srcdir/ne-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ne-6.E || rm -f ne-6.E
+$xx 5 -le 5 > le-1.O 2> le-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test le-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp le-1.O $srcdir/le-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed le-1"; fi;;
+ 1) $echo "Test le-1 failed: files le-1.O and $srcdir/le-1.X differ" 1>&2
+ (diff -c le-1.O $srcdir/le-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test le-1 may have failed." 1>&2
+ $echo The command "cmp le-1.O $srcdir/le-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s le-1.E || rm -f le-1.E
+$xx 5 -le 4 > le-2.O 2> le-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test le-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp le-2.O $srcdir/le-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed le-2"; fi;;
+ 1) $echo "Test le-2 failed: files le-2.O and $srcdir/le-2.X differ" 1>&2
+ (diff -c le-2.O $srcdir/le-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test le-2 may have failed." 1>&2
+ $echo The command "cmp le-2.O $srcdir/le-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s le-2.E || rm -f le-2.E
+$xx 4 -le 5 > le-3.O 2> le-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test le-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp le-3.O $srcdir/le-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed le-3"; fi;;
+ 1) $echo "Test le-3 failed: files le-3.O and $srcdir/le-3.X differ" 1>&2
+ (diff -c le-3.O $srcdir/le-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test le-3 may have failed." 1>&2
+ $echo The command "cmp le-3.O $srcdir/le-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s le-3.E || rm -f le-3.E
+$xx -1 -le -2 > le-4.O 2> le-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test le-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp le-4.O $srcdir/le-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed le-4"; fi;;
+ 1) $echo "Test le-4 failed: files le-4.O and $srcdir/le-4.X differ" 1>&2
+ (diff -c le-4.O $srcdir/le-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test le-4 may have failed." 1>&2
+ $echo The command "cmp le-4.O $srcdir/le-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s le-4.E || rm -f le-4.E
+$xx 18446744073709551616 -le -18446744073709551616 > le-5.O 2> le-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test le-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp le-5.O $srcdir/le-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed le-5"; fi;;
+ 1) $echo "Test le-5 failed: files le-5.O and $srcdir/le-5.X differ" 1>&2
+ (diff -c le-5.O $srcdir/le-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test le-5 may have failed." 1>&2
+ $echo The command "cmp le-5.O $srcdir/le-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s le-5.E || rm -f le-5.E
+$xx 5 -ge 5 > ge-1.O 2> ge-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test ge-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ge-1.O $srcdir/ge-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ge-1"; fi;;
+ 1) $echo "Test ge-1 failed: files ge-1.O and $srcdir/ge-1.X differ" 1>&2
+ (diff -c ge-1.O $srcdir/ge-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ge-1 may have failed." 1>&2
+ $echo The command "cmp ge-1.O $srcdir/ge-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ge-1.E || rm -f ge-1.E
+$xx 5 -ge 4 > ge-2.O 2> ge-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test ge-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ge-2.O $srcdir/ge-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ge-2"; fi;;
+ 1) $echo "Test ge-2 failed: files ge-2.O and $srcdir/ge-2.X differ" 1>&2
+ (diff -c ge-2.O $srcdir/ge-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ge-2 may have failed." 1>&2
+ $echo The command "cmp ge-2.O $srcdir/ge-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ge-2.E || rm -f ge-2.E
+$xx 4 -ge 5 > ge-3.O 2> ge-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test ge-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ge-3.O $srcdir/ge-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ge-3"; fi;;
+ 1) $echo "Test ge-3 failed: files ge-3.O and $srcdir/ge-3.X differ" 1>&2
+ (diff -c ge-3.O $srcdir/ge-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ge-3 may have failed." 1>&2
+ $echo The command "cmp ge-3.O $srcdir/ge-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ge-3.E || rm -f ge-3.E
+$xx -1 -ge -2 > ge-4.O 2> ge-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test ge-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ge-4.O $srcdir/ge-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ge-4"; fi;;
+ 1) $echo "Test ge-4 failed: files ge-4.O and $srcdir/ge-4.X differ" 1>&2
+ (diff -c ge-4.O $srcdir/ge-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ge-4 may have failed." 1>&2
+ $echo The command "cmp ge-4.O $srcdir/ge-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ge-4.E || rm -f ge-4.E
+$xx -18446744073709551616 -ge 18446744073709551616 > ge-5.O 2> ge-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test ge-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp ge-5.O $srcdir/ge-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed ge-5"; fi;;
+ 1) $echo "Test ge-5 failed: files ge-5.O and $srcdir/ge-5.X differ" 1>&2
+ (diff -c ge-5.O $srcdir/ge-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test ge-5 may have failed." 1>&2
+ $echo The command "cmp ge-5.O $srcdir/ge-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s ge-5.E || rm -f ge-5.E
+$xx ! -z '' > N-1b.O 2> N-1b.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1b failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1b.O $srcdir/N-1b.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1b"; fi;;
+ 1) $echo "Test N-1b failed: files N-1b.O and $srcdir/N-1b.X differ" 1>&2
+ (diff -c N-1b.O $srcdir/N-1b.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1b may have failed." 1>&2
+ $echo The command "cmp N-1b.O $srcdir/N-1b.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1b.E || rm -f N-1b.E
+$xx '(' -z '' ')' > P-1b.O 2> P-1b.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1b failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1b.O $srcdir/P-1b.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1b"; fi;;
+ 1) $echo "Test P-1b failed: files P-1b.O and $srcdir/P-1b.X differ" 1>&2
+ (diff -c P-1b.O $srcdir/P-1b.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1b may have failed." 1>&2
+ $echo The command "cmp P-1b.O $srcdir/P-1b.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1b.E || rm -f P-1b.E
+$xx ! '(' -z '' ')' > NP-1b.O 2> NP-1b.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1b failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1b.O $srcdir/NP-1b.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1b"; fi;;
+ 1) $echo "Test NP-1b failed: files NP-1b.O and $srcdir/NP-1b.X differ" 1>&2
+ (diff -c NP-1b.O $srcdir/NP-1b.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1b may have failed." 1>&2
+ $echo The command "cmp NP-1b.O $srcdir/NP-1b.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1b.E || rm -f NP-1b.E
+$xx ! ! '(' -z '' ')' > NNP-1b.O 2> NNP-1b.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1b failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1b.O $srcdir/NNP-1b.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1b"; fi;;
+ 1) $echo "Test NNP-1b failed: files NNP-1b.O and $srcdir/NNP-1b.X differ" 1>&2
+ (diff -c NNP-1b.O $srcdir/NNP-1b.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1b may have failed." 1>&2
+ $echo The command "cmp NNP-1b.O $srcdir/NNP-1b.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1b.E || rm -f NNP-1b.E
+$xx ! any-string > N-1c.O 2> N-1c.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1c failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1c.O $srcdir/N-1c.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1c"; fi;;
+ 1) $echo "Test N-1c failed: files N-1c.O and $srcdir/N-1c.X differ" 1>&2
+ (diff -c N-1c.O $srcdir/N-1c.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1c may have failed." 1>&2
+ $echo The command "cmp N-1c.O $srcdir/N-1c.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1c.E || rm -f N-1c.E
+$xx '(' any-string ')' > P-1c.O 2> P-1c.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1c failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1c.O $srcdir/P-1c.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1c"; fi;;
+ 1) $echo "Test P-1c failed: files P-1c.O and $srcdir/P-1c.X differ" 1>&2
+ (diff -c P-1c.O $srcdir/P-1c.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1c may have failed." 1>&2
+ $echo The command "cmp P-1c.O $srcdir/P-1c.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1c.E || rm -f P-1c.E
+$xx ! '(' any-string ')' > NP-1c.O 2> NP-1c.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1c failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1c.O $srcdir/NP-1c.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1c"; fi;;
+ 1) $echo "Test NP-1c failed: files NP-1c.O and $srcdir/NP-1c.X differ" 1>&2
+ (diff -c NP-1c.O $srcdir/NP-1c.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1c may have failed." 1>&2
+ $echo The command "cmp NP-1c.O $srcdir/NP-1c.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1c.E || rm -f NP-1c.E
+$xx ! ! '(' any-string ')' > NNP-1c.O 2> NNP-1c.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1c failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1c.O $srcdir/NNP-1c.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1c"; fi;;
+ 1) $echo "Test NNP-1c failed: files NNP-1c.O and $srcdir/NNP-1c.X differ" 1>&2
+ (diff -c NNP-1c.O $srcdir/NNP-1c.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1c may have failed." 1>&2
+ $echo The command "cmp NNP-1c.O $srcdir/NNP-1c.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1c.E || rm -f NNP-1c.E
+$xx ! -n any-string > N-1d.O 2> N-1d.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1d failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1d.O $srcdir/N-1d.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1d"; fi;;
+ 1) $echo "Test N-1d failed: files N-1d.O and $srcdir/N-1d.X differ" 1>&2
+ (diff -c N-1d.O $srcdir/N-1d.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1d may have failed." 1>&2
+ $echo The command "cmp N-1d.O $srcdir/N-1d.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1d.E || rm -f N-1d.E
+$xx '(' -n any-string ')' > P-1d.O 2> P-1d.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1d failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1d.O $srcdir/P-1d.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1d"; fi;;
+ 1) $echo "Test P-1d failed: files P-1d.O and $srcdir/P-1d.X differ" 1>&2
+ (diff -c P-1d.O $srcdir/P-1d.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1d may have failed." 1>&2
+ $echo The command "cmp P-1d.O $srcdir/P-1d.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1d.E || rm -f P-1d.E
+$xx ! '(' -n any-string ')' > NP-1d.O 2> NP-1d.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1d failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1d.O $srcdir/NP-1d.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1d"; fi;;
+ 1) $echo "Test NP-1d failed: files NP-1d.O and $srcdir/NP-1d.X differ" 1>&2
+ (diff -c NP-1d.O $srcdir/NP-1d.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1d may have failed." 1>&2
+ $echo The command "cmp NP-1d.O $srcdir/NP-1d.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1d.E || rm -f NP-1d.E
+$xx ! ! '(' -n any-string ')' > NNP-1d.O 2> NNP-1d.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1d failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1d.O $srcdir/NNP-1d.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1d"; fi;;
+ 1) $echo "Test NNP-1d failed: files NNP-1d.O and $srcdir/NNP-1d.X differ" 1>&2
+ (diff -c NNP-1d.O $srcdir/NNP-1d.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1d may have failed." 1>&2
+ $echo The command "cmp NNP-1d.O $srcdir/NNP-1d.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1d.E || rm -f NNP-1d.E
+$xx ! '' > N-1e.O 2> N-1e.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-1e failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1e.O $srcdir/N-1e.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1e"; fi;;
+ 1) $echo "Test N-1e failed: files N-1e.O and $srcdir/N-1e.X differ" 1>&2
+ (diff -c N-1e.O $srcdir/N-1e.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1e may have failed." 1>&2
+ $echo The command "cmp N-1e.O $srcdir/N-1e.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1e.E || rm -f N-1e.E
+$xx '(' '' ')' > P-1e.O 2> P-1e.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-1e failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1e.O $srcdir/P-1e.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1e"; fi;;
+ 1) $echo "Test P-1e failed: files P-1e.O and $srcdir/P-1e.X differ" 1>&2
+ (diff -c P-1e.O $srcdir/P-1e.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1e may have failed." 1>&2
+ $echo The command "cmp P-1e.O $srcdir/P-1e.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1e.E || rm -f P-1e.E
+$xx ! '(' '' ')' > NP-1e.O 2> NP-1e.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-1e failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1e.O $srcdir/NP-1e.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1e"; fi;;
+ 1) $echo "Test NP-1e failed: files NP-1e.O and $srcdir/NP-1e.X differ" 1>&2
+ (diff -c NP-1e.O $srcdir/NP-1e.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1e may have failed." 1>&2
+ $echo The command "cmp NP-1e.O $srcdir/NP-1e.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1e.E || rm -f NP-1e.E
+$xx ! ! '(' '' ')' > NNP-1e.O 2> NNP-1e.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-1e failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1e.O $srcdir/NNP-1e.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1e"; fi;;
+ 1) $echo "Test NNP-1e failed: files NNP-1e.O and $srcdir/NNP-1e.X differ" 1>&2
+ (diff -c NNP-1e.O $srcdir/NNP-1e.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1e may have failed." 1>&2
+ $echo The command "cmp NNP-1e.O $srcdir/NNP-1e.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1e.E || rm -f NNP-1e.E
+$xx ! - > N-1f.O 2> N-1f.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1f failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1f.O $srcdir/N-1f.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1f"; fi;;
+ 1) $echo "Test N-1f failed: files N-1f.O and $srcdir/N-1f.X differ" 1>&2
+ (diff -c N-1f.O $srcdir/N-1f.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1f may have failed." 1>&2
+ $echo The command "cmp N-1f.O $srcdir/N-1f.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1f.E || rm -f N-1f.E
+$xx '(' - ')' > P-1f.O 2> P-1f.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1f failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1f.O $srcdir/P-1f.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1f"; fi;;
+ 1) $echo "Test P-1f failed: files P-1f.O and $srcdir/P-1f.X differ" 1>&2
+ (diff -c P-1f.O $srcdir/P-1f.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1f may have failed." 1>&2
+ $echo The command "cmp P-1f.O $srcdir/P-1f.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1f.E || rm -f P-1f.E
+$xx ! '(' - ')' > NP-1f.O 2> NP-1f.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1f failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1f.O $srcdir/NP-1f.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1f"; fi;;
+ 1) $echo "Test NP-1f failed: files NP-1f.O and $srcdir/NP-1f.X differ" 1>&2
+ (diff -c NP-1f.O $srcdir/NP-1f.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1f may have failed." 1>&2
+ $echo The command "cmp NP-1f.O $srcdir/NP-1f.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1f.E || rm -f NP-1f.E
+$xx ! ! '(' - ')' > NNP-1f.O 2> NNP-1f.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1f failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1f.O $srcdir/NNP-1f.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1f"; fi;;
+ 1) $echo "Test NNP-1f failed: files NNP-1f.O and $srcdir/NNP-1f.X differ" 1>&2
+ (diff -c NNP-1f.O $srcdir/NNP-1f.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1f may have failed." 1>&2
+ $echo The command "cmp NNP-1f.O $srcdir/NNP-1f.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1f.E || rm -f NNP-1f.E
+$xx ! -- > N-1g.O 2> N-1g.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1g failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1g.O $srcdir/N-1g.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1g"; fi;;
+ 1) $echo "Test N-1g failed: files N-1g.O and $srcdir/N-1g.X differ" 1>&2
+ (diff -c N-1g.O $srcdir/N-1g.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1g may have failed." 1>&2
+ $echo The command "cmp N-1g.O $srcdir/N-1g.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1g.E || rm -f N-1g.E
+$xx '(' -- ')' > P-1g.O 2> P-1g.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1g failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1g.O $srcdir/P-1g.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1g"; fi;;
+ 1) $echo "Test P-1g failed: files P-1g.O and $srcdir/P-1g.X differ" 1>&2
+ (diff -c P-1g.O $srcdir/P-1g.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1g may have failed." 1>&2
+ $echo The command "cmp P-1g.O $srcdir/P-1g.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1g.E || rm -f P-1g.E
+$xx ! '(' -- ')' > NP-1g.O 2> NP-1g.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1g failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1g.O $srcdir/NP-1g.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1g"; fi;;
+ 1) $echo "Test NP-1g failed: files NP-1g.O and $srcdir/NP-1g.X differ" 1>&2
+ (diff -c NP-1g.O $srcdir/NP-1g.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1g may have failed." 1>&2
+ $echo The command "cmp NP-1g.O $srcdir/NP-1g.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1g.E || rm -f NP-1g.E
+$xx ! ! '(' -- ')' > NNP-1g.O 2> NNP-1g.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1g failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1g.O $srcdir/NNP-1g.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1g"; fi;;
+ 1) $echo "Test NNP-1g failed: files NNP-1g.O and $srcdir/NNP-1g.X differ" 1>&2
+ (diff -c NNP-1g.O $srcdir/NNP-1g.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1g may have failed." 1>&2
+ $echo The command "cmp NNP-1g.O $srcdir/NNP-1g.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1g.E || rm -f NNP-1g.E
+$xx ! -0 > N-1h.O 2> N-1h.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1h failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1h.O $srcdir/N-1h.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1h"; fi;;
+ 1) $echo "Test N-1h failed: files N-1h.O and $srcdir/N-1h.X differ" 1>&2
+ (diff -c N-1h.O $srcdir/N-1h.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1h may have failed." 1>&2
+ $echo The command "cmp N-1h.O $srcdir/N-1h.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1h.E || rm -f N-1h.E
+$xx '(' -0 ')' > P-1h.O 2> P-1h.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1h failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1h.O $srcdir/P-1h.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1h"; fi;;
+ 1) $echo "Test P-1h failed: files P-1h.O and $srcdir/P-1h.X differ" 1>&2
+ (diff -c P-1h.O $srcdir/P-1h.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1h may have failed." 1>&2
+ $echo The command "cmp P-1h.O $srcdir/P-1h.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1h.E || rm -f P-1h.E
+$xx ! '(' -0 ')' > NP-1h.O 2> NP-1h.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1h failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1h.O $srcdir/NP-1h.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1h"; fi;;
+ 1) $echo "Test NP-1h failed: files NP-1h.O and $srcdir/NP-1h.X differ" 1>&2
+ (diff -c NP-1h.O $srcdir/NP-1h.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1h may have failed." 1>&2
+ $echo The command "cmp NP-1h.O $srcdir/NP-1h.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1h.E || rm -f NP-1h.E
+$xx ! ! '(' -0 ')' > NNP-1h.O 2> NNP-1h.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1h failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1h.O $srcdir/NNP-1h.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1h"; fi;;
+ 1) $echo "Test NNP-1h failed: files NNP-1h.O and $srcdir/NNP-1h.X differ" 1>&2
+ (diff -c NNP-1h.O $srcdir/NNP-1h.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1h may have failed." 1>&2
+ $echo The command "cmp NNP-1h.O $srcdir/NNP-1h.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1h.E || rm -f NNP-1h.E
+$xx ! -f > N-1i.O 2> N-1i.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1i failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1i.O $srcdir/N-1i.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1i"; fi;;
+ 1) $echo "Test N-1i failed: files N-1i.O and $srcdir/N-1i.X differ" 1>&2
+ (diff -c N-1i.O $srcdir/N-1i.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1i may have failed." 1>&2
+ $echo The command "cmp N-1i.O $srcdir/N-1i.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1i.E || rm -f N-1i.E
+$xx '(' -f ')' > P-1i.O 2> P-1i.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1i failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1i.O $srcdir/P-1i.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1i"; fi;;
+ 1) $echo "Test P-1i failed: files P-1i.O and $srcdir/P-1i.X differ" 1>&2
+ (diff -c P-1i.O $srcdir/P-1i.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1i may have failed." 1>&2
+ $echo The command "cmp P-1i.O $srcdir/P-1i.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1i.E || rm -f P-1i.E
+$xx ! '(' -f ')' > NP-1i.O 2> NP-1i.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1i failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1i.O $srcdir/NP-1i.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1i"; fi;;
+ 1) $echo "Test NP-1i failed: files NP-1i.O and $srcdir/NP-1i.X differ" 1>&2
+ (diff -c NP-1i.O $srcdir/NP-1i.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1i may have failed." 1>&2
+ $echo The command "cmp NP-1i.O $srcdir/NP-1i.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1i.E || rm -f NP-1i.E
+$xx ! ! '(' -f ')' > NNP-1i.O 2> NNP-1i.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1i failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1i.O $srcdir/NNP-1i.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1i"; fi;;
+ 1) $echo "Test NNP-1i failed: files NNP-1i.O and $srcdir/NNP-1i.X differ" 1>&2
+ (diff -c NNP-1i.O $srcdir/NNP-1i.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1i may have failed." 1>&2
+ $echo The command "cmp NNP-1i.O $srcdir/NNP-1i.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1i.E || rm -f NNP-1i.E
+$xx ! --help > N-1j.O 2> N-1j.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1j failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1j.O $srcdir/N-1j.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1j"; fi;;
+ 1) $echo "Test N-1j failed: files N-1j.O and $srcdir/N-1j.X differ" 1>&2
+ (diff -c N-1j.O $srcdir/N-1j.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1j may have failed." 1>&2
+ $echo The command "cmp N-1j.O $srcdir/N-1j.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1j.E || rm -f N-1j.E
+$xx '(' --help ')' > P-1j.O 2> P-1j.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1j failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1j.O $srcdir/P-1j.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1j"; fi;;
+ 1) $echo "Test P-1j failed: files P-1j.O and $srcdir/P-1j.X differ" 1>&2
+ (diff -c P-1j.O $srcdir/P-1j.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1j may have failed." 1>&2
+ $echo The command "cmp P-1j.O $srcdir/P-1j.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1j.E || rm -f P-1j.E
+$xx ! '(' --help ')' > NP-1j.O 2> NP-1j.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1j failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1j.O $srcdir/NP-1j.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1j"; fi;;
+ 1) $echo "Test NP-1j failed: files NP-1j.O and $srcdir/NP-1j.X differ" 1>&2
+ (diff -c NP-1j.O $srcdir/NP-1j.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1j may have failed." 1>&2
+ $echo The command "cmp NP-1j.O $srcdir/NP-1j.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1j.E || rm -f NP-1j.E
+$xx ! ! '(' --help ')' > NNP-1j.O 2> NNP-1j.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1j failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1j.O $srcdir/NNP-1j.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1j"; fi;;
+ 1) $echo "Test NNP-1j failed: files NNP-1j.O and $srcdir/NNP-1j.X differ" 1>&2
+ (diff -c NNP-1j.O $srcdir/NNP-1j.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1j may have failed." 1>&2
+ $echo The command "cmp NNP-1j.O $srcdir/NNP-1j.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1j.E || rm -f NNP-1j.E
+$xx ! --version > N-1k.O 2> N-1k.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-1k failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-1k.O $srcdir/N-1k.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-1k"; fi;;
+ 1) $echo "Test N-1k failed: files N-1k.O and $srcdir/N-1k.X differ" 1>&2
+ (diff -c N-1k.O $srcdir/N-1k.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-1k may have failed." 1>&2
+ $echo The command "cmp N-1k.O $srcdir/N-1k.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-1k.E || rm -f N-1k.E
+$xx '(' --version ')' > P-1k.O 2> P-1k.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-1k failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-1k.O $srcdir/P-1k.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-1k"; fi;;
+ 1) $echo "Test P-1k failed: files P-1k.O and $srcdir/P-1k.X differ" 1>&2
+ (diff -c P-1k.O $srcdir/P-1k.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-1k may have failed." 1>&2
+ $echo The command "cmp P-1k.O $srcdir/P-1k.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-1k.E || rm -f P-1k.E
+$xx ! '(' --version ')' > NP-1k.O 2> NP-1k.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-1k failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-1k.O $srcdir/NP-1k.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-1k"; fi;;
+ 1) $echo "Test NP-1k failed: files NP-1k.O and $srcdir/NP-1k.X differ" 1>&2
+ (diff -c NP-1k.O $srcdir/NP-1k.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-1k may have failed." 1>&2
+ $echo The command "cmp NP-1k.O $srcdir/NP-1k.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-1k.E || rm -f NP-1k.E
+$xx ! ! '(' --version ')' > NNP-1k.O 2> NNP-1k.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-1k failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-1k.O $srcdir/NNP-1k.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-1k"; fi;;
+ 1) $echo "Test NNP-1k failed: files NNP-1k.O and $srcdir/NNP-1k.X differ" 1>&2
+ (diff -c NNP-1k.O $srcdir/NNP-1k.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-1k may have failed." 1>&2
+ $echo The command "cmp NNP-1k.O $srcdir/NNP-1k.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-1k.E || rm -f NNP-1k.E
+$xx ! t = t > N-streq-1.O 2> N-streq-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-streq-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-streq-1.O $srcdir/N-streq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-streq-1"; fi;;
+ 1) $echo "Test N-streq-1 failed: files N-streq-1.O and $srcdir/N-streq-1.X differ" 1>&2
+ (diff -c N-streq-1.O $srcdir/N-streq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-streq-1 may have failed." 1>&2
+ $echo The command "cmp N-streq-1.O $srcdir/N-streq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-streq-1.E || rm -f N-streq-1.E
+$xx '(' t = t ')' > P-streq-1.O 2> P-streq-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-streq-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-streq-1.O $srcdir/P-streq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-streq-1"; fi;;
+ 1) $echo "Test P-streq-1 failed: files P-streq-1.O and $srcdir/P-streq-1.X differ" 1>&2
+ (diff -c P-streq-1.O $srcdir/P-streq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-streq-1 may have failed." 1>&2
+ $echo The command "cmp P-streq-1.O $srcdir/P-streq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-streq-1.E || rm -f P-streq-1.E
+$xx ! '(' t = t ')' > NP-streq-1.O 2> NP-streq-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-streq-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-streq-1.O $srcdir/NP-streq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-streq-1"; fi;;
+ 1) $echo "Test NP-streq-1 failed: files NP-streq-1.O and $srcdir/NP-streq-1.X differ" 1>&2
+ (diff -c NP-streq-1.O $srcdir/NP-streq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-streq-1 may have failed." 1>&2
+ $echo The command "cmp NP-streq-1.O $srcdir/NP-streq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-streq-1.E || rm -f NP-streq-1.E
+$xx ! ! '(' t = t ')' > NNP-streq-1.O 2> NNP-streq-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-streq-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-streq-1.O $srcdir/NNP-streq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-streq-1"; fi;;
+ 1) $echo "Test NNP-streq-1 failed: files NNP-streq-1.O and $srcdir/NNP-streq-1.X differ" 1>&2
+ (diff -c NNP-streq-1.O $srcdir/NNP-streq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-streq-1 may have failed." 1>&2
+ $echo The command "cmp NNP-streq-1.O $srcdir/NNP-streq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-streq-1.E || rm -f NNP-streq-1.E
+$xx ! t = f > N-streq-2.O 2> N-streq-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-streq-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-streq-2.O $srcdir/N-streq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-streq-2"; fi;;
+ 1) $echo "Test N-streq-2 failed: files N-streq-2.O and $srcdir/N-streq-2.X differ" 1>&2
+ (diff -c N-streq-2.O $srcdir/N-streq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-streq-2 may have failed." 1>&2
+ $echo The command "cmp N-streq-2.O $srcdir/N-streq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-streq-2.E || rm -f N-streq-2.E
+$xx '(' t = f ')' > P-streq-2.O 2> P-streq-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-streq-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-streq-2.O $srcdir/P-streq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-streq-2"; fi;;
+ 1) $echo "Test P-streq-2 failed: files P-streq-2.O and $srcdir/P-streq-2.X differ" 1>&2
+ (diff -c P-streq-2.O $srcdir/P-streq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-streq-2 may have failed." 1>&2
+ $echo The command "cmp P-streq-2.O $srcdir/P-streq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-streq-2.E || rm -f P-streq-2.E
+$xx ! '(' t = f ')' > NP-streq-2.O 2> NP-streq-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-streq-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-streq-2.O $srcdir/NP-streq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-streq-2"; fi;;
+ 1) $echo "Test NP-streq-2 failed: files NP-streq-2.O and $srcdir/NP-streq-2.X differ" 1>&2
+ (diff -c NP-streq-2.O $srcdir/NP-streq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-streq-2 may have failed." 1>&2
+ $echo The command "cmp NP-streq-2.O $srcdir/NP-streq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-streq-2.E || rm -f NP-streq-2.E
+$xx ! ! '(' t = f ')' > NNP-streq-2.O 2> NNP-streq-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-streq-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-streq-2.O $srcdir/NNP-streq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-streq-2"; fi;;
+ 1) $echo "Test NNP-streq-2 failed: files NNP-streq-2.O and $srcdir/NNP-streq-2.X differ" 1>&2
+ (diff -c NNP-streq-2.O $srcdir/NNP-streq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-streq-2 may have failed." 1>&2
+ $echo The command "cmp NNP-streq-2.O $srcdir/NNP-streq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-streq-2.E || rm -f NNP-streq-2.E
+$xx ! ! = ! > N-streq-3.O 2> N-streq-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-streq-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-streq-3.O $srcdir/N-streq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-streq-3"; fi;;
+ 1) $echo "Test N-streq-3 failed: files N-streq-3.O and $srcdir/N-streq-3.X differ" 1>&2
+ (diff -c N-streq-3.O $srcdir/N-streq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-streq-3 may have failed." 1>&2
+ $echo The command "cmp N-streq-3.O $srcdir/N-streq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-streq-3.E || rm -f N-streq-3.E
+$xx '(' ! = ! ')' > P-streq-3.O 2> P-streq-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-streq-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-streq-3.O $srcdir/P-streq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-streq-3"; fi;;
+ 1) $echo "Test P-streq-3 failed: files P-streq-3.O and $srcdir/P-streq-3.X differ" 1>&2
+ (diff -c P-streq-3.O $srcdir/P-streq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-streq-3 may have failed." 1>&2
+ $echo The command "cmp P-streq-3.O $srcdir/P-streq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-streq-3.E || rm -f P-streq-3.E
+$xx ! '(' ! = ! ')' > NP-streq-3.O 2> NP-streq-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-streq-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-streq-3.O $srcdir/NP-streq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-streq-3"; fi;;
+ 1) $echo "Test NP-streq-3 failed: files NP-streq-3.O and $srcdir/NP-streq-3.X differ" 1>&2
+ (diff -c NP-streq-3.O $srcdir/NP-streq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-streq-3 may have failed." 1>&2
+ $echo The command "cmp NP-streq-3.O $srcdir/NP-streq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-streq-3.E || rm -f NP-streq-3.E
+$xx ! ! '(' ! = ! ')' > NNP-streq-3.O 2> NNP-streq-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-streq-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-streq-3.O $srcdir/NNP-streq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-streq-3"; fi;;
+ 1) $echo "Test NNP-streq-3 failed: files NNP-streq-3.O and $srcdir/NNP-streq-3.X differ" 1>&2
+ (diff -c NNP-streq-3.O $srcdir/NNP-streq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-streq-3 may have failed." 1>&2
+ $echo The command "cmp NNP-streq-3.O $srcdir/NNP-streq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-streq-3.E || rm -f NNP-streq-3.E
+$xx ! = = = > N-streq-4.O 2> N-streq-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-streq-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-streq-4.O $srcdir/N-streq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-streq-4"; fi;;
+ 1) $echo "Test N-streq-4 failed: files N-streq-4.O and $srcdir/N-streq-4.X differ" 1>&2
+ (diff -c N-streq-4.O $srcdir/N-streq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-streq-4 may have failed." 1>&2
+ $echo The command "cmp N-streq-4.O $srcdir/N-streq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-streq-4.E || rm -f N-streq-4.E
+$xx '(' = = = ')' > P-streq-4.O 2> P-streq-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-streq-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-streq-4.O $srcdir/P-streq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-streq-4"; fi;;
+ 1) $echo "Test P-streq-4 failed: files P-streq-4.O and $srcdir/P-streq-4.X differ" 1>&2
+ (diff -c P-streq-4.O $srcdir/P-streq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-streq-4 may have failed." 1>&2
+ $echo The command "cmp P-streq-4.O $srcdir/P-streq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-streq-4.E || rm -f P-streq-4.E
+$xx ! '(' = = = ')' > NP-streq-4.O 2> NP-streq-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-streq-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-streq-4.O $srcdir/NP-streq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-streq-4"; fi;;
+ 1) $echo "Test NP-streq-4 failed: files NP-streq-4.O and $srcdir/NP-streq-4.X differ" 1>&2
+ (diff -c NP-streq-4.O $srcdir/NP-streq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-streq-4 may have failed." 1>&2
+ $echo The command "cmp NP-streq-4.O $srcdir/NP-streq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-streq-4.E || rm -f NP-streq-4.E
+$xx ! ! '(' = = = ')' > NNP-streq-4.O 2> NNP-streq-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-streq-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-streq-4.O $srcdir/NNP-streq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-streq-4"; fi;;
+ 1) $echo "Test NNP-streq-4 failed: files NNP-streq-4.O and $srcdir/NNP-streq-4.X differ" 1>&2
+ (diff -c NNP-streq-4.O $srcdir/NNP-streq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-streq-4 may have failed." 1>&2
+ $echo The command "cmp NNP-streq-4.O $srcdir/NNP-streq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-streq-4.E || rm -f NNP-streq-4.E
+$xx ! '(' = '(' > N-streq-5.O 2> N-streq-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-streq-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-streq-5.O $srcdir/N-streq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-streq-5"; fi;;
+ 1) $echo "Test N-streq-5 failed: files N-streq-5.O and $srcdir/N-streq-5.X differ" 1>&2
+ (diff -c N-streq-5.O $srcdir/N-streq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-streq-5 may have failed." 1>&2
+ $echo The command "cmp N-streq-5.O $srcdir/N-streq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-streq-5.E || rm -f N-streq-5.E
+$xx '(' '(' = '(' ')' > P-streq-5.O 2> P-streq-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-streq-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-streq-5.O $srcdir/P-streq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-streq-5"; fi;;
+ 1) $echo "Test P-streq-5 failed: files P-streq-5.O and $srcdir/P-streq-5.X differ" 1>&2
+ (diff -c P-streq-5.O $srcdir/P-streq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-streq-5 may have failed." 1>&2
+ $echo The command "cmp P-streq-5.O $srcdir/P-streq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-streq-5.E || rm -f P-streq-5.E
+$xx ! '(' '(' = '(' ')' > NP-streq-5.O 2> NP-streq-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-streq-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-streq-5.O $srcdir/NP-streq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-streq-5"; fi;;
+ 1) $echo "Test NP-streq-5 failed: files NP-streq-5.O and $srcdir/NP-streq-5.X differ" 1>&2
+ (diff -c NP-streq-5.O $srcdir/NP-streq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-streq-5 may have failed." 1>&2
+ $echo The command "cmp NP-streq-5.O $srcdir/NP-streq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-streq-5.E || rm -f NP-streq-5.E
+$xx ! ! '(' '(' = '(' ')' > NNP-streq-5.O 2> NNP-streq-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-streq-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-streq-5.O $srcdir/NNP-streq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-streq-5"; fi;;
+ 1) $echo "Test NNP-streq-5 failed: files NNP-streq-5.O and $srcdir/NNP-streq-5.X differ" 1>&2
+ (diff -c NNP-streq-5.O $srcdir/NNP-streq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-streq-5 may have failed." 1>&2
+ $echo The command "cmp NNP-streq-5.O $srcdir/NNP-streq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-streq-5.E || rm -f NNP-streq-5.E
+$xx ! '(' = ')' > N-streq-6.O 2> N-streq-6.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-streq-6 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-streq-6.O $srcdir/N-streq-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-streq-6"; fi;;
+ 1) $echo "Test N-streq-6 failed: files N-streq-6.O and $srcdir/N-streq-6.X differ" 1>&2
+ (diff -c N-streq-6.O $srcdir/N-streq-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-streq-6 may have failed." 1>&2
+ $echo The command "cmp N-streq-6.O $srcdir/N-streq-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-streq-6.E || rm -f N-streq-6.E
+$xx ! t != t > N-strne-1.O 2> N-strne-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-strne-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-strne-1.O $srcdir/N-strne-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-strne-1"; fi;;
+ 1) $echo "Test N-strne-1 failed: files N-strne-1.O and $srcdir/N-strne-1.X differ" 1>&2
+ (diff -c N-strne-1.O $srcdir/N-strne-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-strne-1 may have failed." 1>&2
+ $echo The command "cmp N-strne-1.O $srcdir/N-strne-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-strne-1.E || rm -f N-strne-1.E
+$xx '(' t != t ')' > P-strne-1.O 2> P-strne-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-strne-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-strne-1.O $srcdir/P-strne-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-strne-1"; fi;;
+ 1) $echo "Test P-strne-1 failed: files P-strne-1.O and $srcdir/P-strne-1.X differ" 1>&2
+ (diff -c P-strne-1.O $srcdir/P-strne-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-strne-1 may have failed." 1>&2
+ $echo The command "cmp P-strne-1.O $srcdir/P-strne-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-strne-1.E || rm -f P-strne-1.E
+$xx ! '(' t != t ')' > NP-strne-1.O 2> NP-strne-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-strne-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-strne-1.O $srcdir/NP-strne-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-strne-1"; fi;;
+ 1) $echo "Test NP-strne-1 failed: files NP-strne-1.O and $srcdir/NP-strne-1.X differ" 1>&2
+ (diff -c NP-strne-1.O $srcdir/NP-strne-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-strne-1 may have failed." 1>&2
+ $echo The command "cmp NP-strne-1.O $srcdir/NP-strne-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-strne-1.E || rm -f NP-strne-1.E
+$xx ! ! '(' t != t ')' > NNP-strne-1.O 2> NNP-strne-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-strne-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-strne-1.O $srcdir/NNP-strne-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-strne-1"; fi;;
+ 1) $echo "Test NNP-strne-1 failed: files NNP-strne-1.O and $srcdir/NNP-strne-1.X differ" 1>&2
+ (diff -c NNP-strne-1.O $srcdir/NNP-strne-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-strne-1 may have failed." 1>&2
+ $echo The command "cmp NNP-strne-1.O $srcdir/NNP-strne-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-strne-1.E || rm -f NNP-strne-1.E
+$xx ! t != f > N-strne-2.O 2> N-strne-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-strne-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-strne-2.O $srcdir/N-strne-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-strne-2"; fi;;
+ 1) $echo "Test N-strne-2 failed: files N-strne-2.O and $srcdir/N-strne-2.X differ" 1>&2
+ (diff -c N-strne-2.O $srcdir/N-strne-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-strne-2 may have failed." 1>&2
+ $echo The command "cmp N-strne-2.O $srcdir/N-strne-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-strne-2.E || rm -f N-strne-2.E
+$xx '(' t != f ')' > P-strne-2.O 2> P-strne-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-strne-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-strne-2.O $srcdir/P-strne-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-strne-2"; fi;;
+ 1) $echo "Test P-strne-2 failed: files P-strne-2.O and $srcdir/P-strne-2.X differ" 1>&2
+ (diff -c P-strne-2.O $srcdir/P-strne-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-strne-2 may have failed." 1>&2
+ $echo The command "cmp P-strne-2.O $srcdir/P-strne-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-strne-2.E || rm -f P-strne-2.E
+$xx ! '(' t != f ')' > NP-strne-2.O 2> NP-strne-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-strne-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-strne-2.O $srcdir/NP-strne-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-strne-2"; fi;;
+ 1) $echo "Test NP-strne-2 failed: files NP-strne-2.O and $srcdir/NP-strne-2.X differ" 1>&2
+ (diff -c NP-strne-2.O $srcdir/NP-strne-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-strne-2 may have failed." 1>&2
+ $echo The command "cmp NP-strne-2.O $srcdir/NP-strne-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-strne-2.E || rm -f NP-strne-2.E
+$xx ! ! '(' t != f ')' > NNP-strne-2.O 2> NNP-strne-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-strne-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-strne-2.O $srcdir/NNP-strne-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-strne-2"; fi;;
+ 1) $echo "Test NNP-strne-2 failed: files NNP-strne-2.O and $srcdir/NNP-strne-2.X differ" 1>&2
+ (diff -c NNP-strne-2.O $srcdir/NNP-strne-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-strne-2 may have failed." 1>&2
+ $echo The command "cmp NNP-strne-2.O $srcdir/NNP-strne-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-strne-2.E || rm -f NNP-strne-2.E
+$xx ! ! != ! > N-strne-3.O 2> N-strne-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-strne-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-strne-3.O $srcdir/N-strne-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-strne-3"; fi;;
+ 1) $echo "Test N-strne-3 failed: files N-strne-3.O and $srcdir/N-strne-3.X differ" 1>&2
+ (diff -c N-strne-3.O $srcdir/N-strne-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-strne-3 may have failed." 1>&2
+ $echo The command "cmp N-strne-3.O $srcdir/N-strne-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-strne-3.E || rm -f N-strne-3.E
+$xx '(' ! != ! ')' > P-strne-3.O 2> P-strne-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-strne-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-strne-3.O $srcdir/P-strne-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-strne-3"; fi;;
+ 1) $echo "Test P-strne-3 failed: files P-strne-3.O and $srcdir/P-strne-3.X differ" 1>&2
+ (diff -c P-strne-3.O $srcdir/P-strne-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-strne-3 may have failed." 1>&2
+ $echo The command "cmp P-strne-3.O $srcdir/P-strne-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-strne-3.E || rm -f P-strne-3.E
+$xx ! '(' ! != ! ')' > NP-strne-3.O 2> NP-strne-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-strne-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-strne-3.O $srcdir/NP-strne-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-strne-3"; fi;;
+ 1) $echo "Test NP-strne-3 failed: files NP-strne-3.O and $srcdir/NP-strne-3.X differ" 1>&2
+ (diff -c NP-strne-3.O $srcdir/NP-strne-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-strne-3 may have failed." 1>&2
+ $echo The command "cmp NP-strne-3.O $srcdir/NP-strne-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-strne-3.E || rm -f NP-strne-3.E
+$xx ! ! '(' ! != ! ')' > NNP-strne-3.O 2> NNP-strne-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-strne-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-strne-3.O $srcdir/NNP-strne-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-strne-3"; fi;;
+ 1) $echo "Test NNP-strne-3 failed: files NNP-strne-3.O and $srcdir/NNP-strne-3.X differ" 1>&2
+ (diff -c NNP-strne-3.O $srcdir/NNP-strne-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-strne-3 may have failed." 1>&2
+ $echo The command "cmp NNP-strne-3.O $srcdir/NNP-strne-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-strne-3.E || rm -f NNP-strne-3.E
+$xx ! = != = > N-strne-4.O 2> N-strne-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-strne-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-strne-4.O $srcdir/N-strne-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-strne-4"; fi;;
+ 1) $echo "Test N-strne-4 failed: files N-strne-4.O and $srcdir/N-strne-4.X differ" 1>&2
+ (diff -c N-strne-4.O $srcdir/N-strne-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-strne-4 may have failed." 1>&2
+ $echo The command "cmp N-strne-4.O $srcdir/N-strne-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-strne-4.E || rm -f N-strne-4.E
+$xx '(' = != = ')' > P-strne-4.O 2> P-strne-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-strne-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-strne-4.O $srcdir/P-strne-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-strne-4"; fi;;
+ 1) $echo "Test P-strne-4 failed: files P-strne-4.O and $srcdir/P-strne-4.X differ" 1>&2
+ (diff -c P-strne-4.O $srcdir/P-strne-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-strne-4 may have failed." 1>&2
+ $echo The command "cmp P-strne-4.O $srcdir/P-strne-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-strne-4.E || rm -f P-strne-4.E
+$xx ! '(' = != = ')' > NP-strne-4.O 2> NP-strne-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-strne-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-strne-4.O $srcdir/NP-strne-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-strne-4"; fi;;
+ 1) $echo "Test NP-strne-4 failed: files NP-strne-4.O and $srcdir/NP-strne-4.X differ" 1>&2
+ (diff -c NP-strne-4.O $srcdir/NP-strne-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-strne-4 may have failed." 1>&2
+ $echo The command "cmp NP-strne-4.O $srcdir/NP-strne-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-strne-4.E || rm -f NP-strne-4.E
+$xx ! ! '(' = != = ')' > NNP-strne-4.O 2> NNP-strne-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-strne-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-strne-4.O $srcdir/NNP-strne-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-strne-4"; fi;;
+ 1) $echo "Test NNP-strne-4 failed: files NNP-strne-4.O and $srcdir/NNP-strne-4.X differ" 1>&2
+ (diff -c NNP-strne-4.O $srcdir/NNP-strne-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-strne-4 may have failed." 1>&2
+ $echo The command "cmp NNP-strne-4.O $srcdir/NNP-strne-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-strne-4.E || rm -f NNP-strne-4.E
+$xx ! '(' != '(' > N-strne-5.O 2> N-strne-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-strne-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-strne-5.O $srcdir/N-strne-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-strne-5"; fi;;
+ 1) $echo "Test N-strne-5 failed: files N-strne-5.O and $srcdir/N-strne-5.X differ" 1>&2
+ (diff -c N-strne-5.O $srcdir/N-strne-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-strne-5 may have failed." 1>&2
+ $echo The command "cmp N-strne-5.O $srcdir/N-strne-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-strne-5.E || rm -f N-strne-5.E
+$xx '(' '(' != '(' ')' > P-strne-5.O 2> P-strne-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-strne-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-strne-5.O $srcdir/P-strne-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-strne-5"; fi;;
+ 1) $echo "Test P-strne-5 failed: files P-strne-5.O and $srcdir/P-strne-5.X differ" 1>&2
+ (diff -c P-strne-5.O $srcdir/P-strne-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-strne-5 may have failed." 1>&2
+ $echo The command "cmp P-strne-5.O $srcdir/P-strne-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-strne-5.E || rm -f P-strne-5.E
+$xx ! '(' '(' != '(' ')' > NP-strne-5.O 2> NP-strne-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-strne-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-strne-5.O $srcdir/NP-strne-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-strne-5"; fi;;
+ 1) $echo "Test NP-strne-5 failed: files NP-strne-5.O and $srcdir/NP-strne-5.X differ" 1>&2
+ (diff -c NP-strne-5.O $srcdir/NP-strne-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-strne-5 may have failed." 1>&2
+ $echo The command "cmp NP-strne-5.O $srcdir/NP-strne-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-strne-5.E || rm -f NP-strne-5.E
+$xx ! ! '(' '(' != '(' ')' > NNP-strne-5.O 2> NNP-strne-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-strne-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-strne-5.O $srcdir/NNP-strne-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-strne-5"; fi;;
+ 1) $echo "Test NNP-strne-5 failed: files NNP-strne-5.O and $srcdir/NNP-strne-5.X differ" 1>&2
+ (diff -c NNP-strne-5.O $srcdir/NNP-strne-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-strne-5 may have failed." 1>&2
+ $echo The command "cmp NNP-strne-5.O $srcdir/NNP-strne-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-strne-5.E || rm -f NNP-strne-5.E
+$xx ! '(' != ')' > N-strne-6.O 2> N-strne-6.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-strne-6 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-strne-6.O $srcdir/N-strne-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-strne-6"; fi;;
+ 1) $echo "Test N-strne-6 failed: files N-strne-6.O and $srcdir/N-strne-6.X differ" 1>&2
+ (diff -c N-strne-6.O $srcdir/N-strne-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-strne-6 may have failed." 1>&2
+ $echo The command "cmp N-strne-6.O $srcdir/N-strne-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-strne-6.E || rm -f N-strne-6.E
+$xx ! t -a t > N-and-1.O 2> N-and-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-and-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-and-1.O $srcdir/N-and-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-and-1"; fi;;
+ 1) $echo "Test N-and-1 failed: files N-and-1.O and $srcdir/N-and-1.X differ" 1>&2
+ (diff -c N-and-1.O $srcdir/N-and-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-and-1 may have failed." 1>&2
+ $echo The command "cmp N-and-1.O $srcdir/N-and-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-and-1.E || rm -f N-and-1.E
+$xx '(' t -a t ')' > P-and-1.O 2> P-and-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-and-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-and-1.O $srcdir/P-and-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-and-1"; fi;;
+ 1) $echo "Test P-and-1 failed: files P-and-1.O and $srcdir/P-and-1.X differ" 1>&2
+ (diff -c P-and-1.O $srcdir/P-and-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-and-1 may have failed." 1>&2
+ $echo The command "cmp P-and-1.O $srcdir/P-and-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-and-1.E || rm -f P-and-1.E
+$xx ! '(' t -a t ')' > NP-and-1.O 2> NP-and-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-and-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-and-1.O $srcdir/NP-and-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-and-1"; fi;;
+ 1) $echo "Test NP-and-1 failed: files NP-and-1.O and $srcdir/NP-and-1.X differ" 1>&2
+ (diff -c NP-and-1.O $srcdir/NP-and-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-and-1 may have failed." 1>&2
+ $echo The command "cmp NP-and-1.O $srcdir/NP-and-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-and-1.E || rm -f NP-and-1.E
+$xx ! ! '(' t -a t ')' > NNP-and-1.O 2> NNP-and-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-and-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-and-1.O $srcdir/NNP-and-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-and-1"; fi;;
+ 1) $echo "Test NNP-and-1 failed: files NNP-and-1.O and $srcdir/NNP-and-1.X differ" 1>&2
+ (diff -c NNP-and-1.O $srcdir/NNP-and-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-and-1 may have failed." 1>&2
+ $echo The command "cmp NNP-and-1.O $srcdir/NNP-and-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-and-1.E || rm -f NNP-and-1.E
+$xx ! '' -a t > N-and-2.O 2> N-and-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-and-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-and-2.O $srcdir/N-and-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-and-2"; fi;;
+ 1) $echo "Test N-and-2 failed: files N-and-2.O and $srcdir/N-and-2.X differ" 1>&2
+ (diff -c N-and-2.O $srcdir/N-and-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-and-2 may have failed." 1>&2
+ $echo The command "cmp N-and-2.O $srcdir/N-and-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-and-2.E || rm -f N-and-2.E
+$xx '(' '' -a t ')' > P-and-2.O 2> P-and-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-and-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-and-2.O $srcdir/P-and-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-and-2"; fi;;
+ 1) $echo "Test P-and-2 failed: files P-and-2.O and $srcdir/P-and-2.X differ" 1>&2
+ (diff -c P-and-2.O $srcdir/P-and-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-and-2 may have failed." 1>&2
+ $echo The command "cmp P-and-2.O $srcdir/P-and-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-and-2.E || rm -f P-and-2.E
+$xx ! '(' '' -a t ')' > NP-and-2.O 2> NP-and-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-and-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-and-2.O $srcdir/NP-and-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-and-2"; fi;;
+ 1) $echo "Test NP-and-2 failed: files NP-and-2.O and $srcdir/NP-and-2.X differ" 1>&2
+ (diff -c NP-and-2.O $srcdir/NP-and-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-and-2 may have failed." 1>&2
+ $echo The command "cmp NP-and-2.O $srcdir/NP-and-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-and-2.E || rm -f NP-and-2.E
+$xx ! ! '(' '' -a t ')' > NNP-and-2.O 2> NNP-and-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-and-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-and-2.O $srcdir/NNP-and-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-and-2"; fi;;
+ 1) $echo "Test NNP-and-2 failed: files NNP-and-2.O and $srcdir/NNP-and-2.X differ" 1>&2
+ (diff -c NNP-and-2.O $srcdir/NNP-and-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-and-2 may have failed." 1>&2
+ $echo The command "cmp NNP-and-2.O $srcdir/NNP-and-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-and-2.E || rm -f NNP-and-2.E
+$xx ! t -a '' > N-and-3.O 2> N-and-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-and-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-and-3.O $srcdir/N-and-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-and-3"; fi;;
+ 1) $echo "Test N-and-3 failed: files N-and-3.O and $srcdir/N-and-3.X differ" 1>&2
+ (diff -c N-and-3.O $srcdir/N-and-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-and-3 may have failed." 1>&2
+ $echo The command "cmp N-and-3.O $srcdir/N-and-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-and-3.E || rm -f N-and-3.E
+$xx '(' t -a '' ')' > P-and-3.O 2> P-and-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-and-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-and-3.O $srcdir/P-and-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-and-3"; fi;;
+ 1) $echo "Test P-and-3 failed: files P-and-3.O and $srcdir/P-and-3.X differ" 1>&2
+ (diff -c P-and-3.O $srcdir/P-and-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-and-3 may have failed." 1>&2
+ $echo The command "cmp P-and-3.O $srcdir/P-and-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-and-3.E || rm -f P-and-3.E
+$xx ! '(' t -a '' ')' > NP-and-3.O 2> NP-and-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-and-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-and-3.O $srcdir/NP-and-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-and-3"; fi;;
+ 1) $echo "Test NP-and-3 failed: files NP-and-3.O and $srcdir/NP-and-3.X differ" 1>&2
+ (diff -c NP-and-3.O $srcdir/NP-and-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-and-3 may have failed." 1>&2
+ $echo The command "cmp NP-and-3.O $srcdir/NP-and-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-and-3.E || rm -f NP-and-3.E
+$xx ! ! '(' t -a '' ')' > NNP-and-3.O 2> NNP-and-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-and-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-and-3.O $srcdir/NNP-and-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-and-3"; fi;;
+ 1) $echo "Test NNP-and-3 failed: files NNP-and-3.O and $srcdir/NNP-and-3.X differ" 1>&2
+ (diff -c NNP-and-3.O $srcdir/NNP-and-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-and-3 may have failed." 1>&2
+ $echo The command "cmp NNP-and-3.O $srcdir/NNP-and-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-and-3.E || rm -f NNP-and-3.E
+$xx ! '' -a '' > N-and-4.O 2> N-and-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-and-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-and-4.O $srcdir/N-and-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-and-4"; fi;;
+ 1) $echo "Test N-and-4 failed: files N-and-4.O and $srcdir/N-and-4.X differ" 1>&2
+ (diff -c N-and-4.O $srcdir/N-and-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-and-4 may have failed." 1>&2
+ $echo The command "cmp N-and-4.O $srcdir/N-and-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-and-4.E || rm -f N-and-4.E
+$xx '(' '' -a '' ')' > P-and-4.O 2> P-and-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-and-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-and-4.O $srcdir/P-and-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-and-4"; fi;;
+ 1) $echo "Test P-and-4 failed: files P-and-4.O and $srcdir/P-and-4.X differ" 1>&2
+ (diff -c P-and-4.O $srcdir/P-and-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-and-4 may have failed." 1>&2
+ $echo The command "cmp P-and-4.O $srcdir/P-and-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-and-4.E || rm -f P-and-4.E
+$xx ! '(' '' -a '' ')' > NP-and-4.O 2> NP-and-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-and-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-and-4.O $srcdir/NP-and-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-and-4"; fi;;
+ 1) $echo "Test NP-and-4 failed: files NP-and-4.O and $srcdir/NP-and-4.X differ" 1>&2
+ (diff -c NP-and-4.O $srcdir/NP-and-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-and-4 may have failed." 1>&2
+ $echo The command "cmp NP-and-4.O $srcdir/NP-and-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-and-4.E || rm -f NP-and-4.E
+$xx ! ! '(' '' -a '' ')' > NNP-and-4.O 2> NNP-and-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-and-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-and-4.O $srcdir/NNP-and-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-and-4"; fi;;
+ 1) $echo "Test NNP-and-4 failed: files NNP-and-4.O and $srcdir/NNP-and-4.X differ" 1>&2
+ (diff -c NNP-and-4.O $srcdir/NNP-and-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-and-4 may have failed." 1>&2
+ $echo The command "cmp NNP-and-4.O $srcdir/NNP-and-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-and-4.E || rm -f NNP-and-4.E
+$xx ! t -o t > N-or-1.O 2> N-or-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-or-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-or-1.O $srcdir/N-or-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-or-1"; fi;;
+ 1) $echo "Test N-or-1 failed: files N-or-1.O and $srcdir/N-or-1.X differ" 1>&2
+ (diff -c N-or-1.O $srcdir/N-or-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-or-1 may have failed." 1>&2
+ $echo The command "cmp N-or-1.O $srcdir/N-or-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-or-1.E || rm -f N-or-1.E
+$xx '(' t -o t ')' > P-or-1.O 2> P-or-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-or-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-or-1.O $srcdir/P-or-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-or-1"; fi;;
+ 1) $echo "Test P-or-1 failed: files P-or-1.O and $srcdir/P-or-1.X differ" 1>&2
+ (diff -c P-or-1.O $srcdir/P-or-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-or-1 may have failed." 1>&2
+ $echo The command "cmp P-or-1.O $srcdir/P-or-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-or-1.E || rm -f P-or-1.E
+$xx ! '(' t -o t ')' > NP-or-1.O 2> NP-or-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-or-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-or-1.O $srcdir/NP-or-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-or-1"; fi;;
+ 1) $echo "Test NP-or-1 failed: files NP-or-1.O and $srcdir/NP-or-1.X differ" 1>&2
+ (diff -c NP-or-1.O $srcdir/NP-or-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-or-1 may have failed." 1>&2
+ $echo The command "cmp NP-or-1.O $srcdir/NP-or-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-or-1.E || rm -f NP-or-1.E
+$xx ! ! '(' t -o t ')' > NNP-or-1.O 2> NNP-or-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-or-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-or-1.O $srcdir/NNP-or-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-or-1"; fi;;
+ 1) $echo "Test NNP-or-1 failed: files NNP-or-1.O and $srcdir/NNP-or-1.X differ" 1>&2
+ (diff -c NNP-or-1.O $srcdir/NNP-or-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-or-1 may have failed." 1>&2
+ $echo The command "cmp NNP-or-1.O $srcdir/NNP-or-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-or-1.E || rm -f NNP-or-1.E
+$xx ! '' -o t > N-or-2.O 2> N-or-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-or-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-or-2.O $srcdir/N-or-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-or-2"; fi;;
+ 1) $echo "Test N-or-2 failed: files N-or-2.O and $srcdir/N-or-2.X differ" 1>&2
+ (diff -c N-or-2.O $srcdir/N-or-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-or-2 may have failed." 1>&2
+ $echo The command "cmp N-or-2.O $srcdir/N-or-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-or-2.E || rm -f N-or-2.E
+$xx '(' '' -o t ')' > P-or-2.O 2> P-or-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-or-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-or-2.O $srcdir/P-or-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-or-2"; fi;;
+ 1) $echo "Test P-or-2 failed: files P-or-2.O and $srcdir/P-or-2.X differ" 1>&2
+ (diff -c P-or-2.O $srcdir/P-or-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-or-2 may have failed." 1>&2
+ $echo The command "cmp P-or-2.O $srcdir/P-or-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-or-2.E || rm -f P-or-2.E
+$xx ! '(' '' -o t ')' > NP-or-2.O 2> NP-or-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-or-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-or-2.O $srcdir/NP-or-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-or-2"; fi;;
+ 1) $echo "Test NP-or-2 failed: files NP-or-2.O and $srcdir/NP-or-2.X differ" 1>&2
+ (diff -c NP-or-2.O $srcdir/NP-or-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-or-2 may have failed." 1>&2
+ $echo The command "cmp NP-or-2.O $srcdir/NP-or-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-or-2.E || rm -f NP-or-2.E
+$xx ! ! '(' '' -o t ')' > NNP-or-2.O 2> NNP-or-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-or-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-or-2.O $srcdir/NNP-or-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-or-2"; fi;;
+ 1) $echo "Test NNP-or-2 failed: files NNP-or-2.O and $srcdir/NNP-or-2.X differ" 1>&2
+ (diff -c NNP-or-2.O $srcdir/NNP-or-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-or-2 may have failed." 1>&2
+ $echo The command "cmp NNP-or-2.O $srcdir/NNP-or-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-or-2.E || rm -f NNP-or-2.E
+$xx ! t -o '' > N-or-3.O 2> N-or-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-or-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-or-3.O $srcdir/N-or-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-or-3"; fi;;
+ 1) $echo "Test N-or-3 failed: files N-or-3.O and $srcdir/N-or-3.X differ" 1>&2
+ (diff -c N-or-3.O $srcdir/N-or-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-or-3 may have failed." 1>&2
+ $echo The command "cmp N-or-3.O $srcdir/N-or-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-or-3.E || rm -f N-or-3.E
+$xx '(' t -o '' ')' > P-or-3.O 2> P-or-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-or-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-or-3.O $srcdir/P-or-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-or-3"; fi;;
+ 1) $echo "Test P-or-3 failed: files P-or-3.O and $srcdir/P-or-3.X differ" 1>&2
+ (diff -c P-or-3.O $srcdir/P-or-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-or-3 may have failed." 1>&2
+ $echo The command "cmp P-or-3.O $srcdir/P-or-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-or-3.E || rm -f P-or-3.E
+$xx ! '(' t -o '' ')' > NP-or-3.O 2> NP-or-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-or-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-or-3.O $srcdir/NP-or-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-or-3"; fi;;
+ 1) $echo "Test NP-or-3 failed: files NP-or-3.O and $srcdir/NP-or-3.X differ" 1>&2
+ (diff -c NP-or-3.O $srcdir/NP-or-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-or-3 may have failed." 1>&2
+ $echo The command "cmp NP-or-3.O $srcdir/NP-or-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-or-3.E || rm -f NP-or-3.E
+$xx ! ! '(' t -o '' ')' > NNP-or-3.O 2> NNP-or-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-or-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-or-3.O $srcdir/NNP-or-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-or-3"; fi;;
+ 1) $echo "Test NNP-or-3 failed: files NNP-or-3.O and $srcdir/NNP-or-3.X differ" 1>&2
+ (diff -c NNP-or-3.O $srcdir/NNP-or-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-or-3 may have failed." 1>&2
+ $echo The command "cmp NNP-or-3.O $srcdir/NNP-or-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-or-3.E || rm -f NNP-or-3.E
+$xx ! '' -o '' > N-or-4.O 2> N-or-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-or-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-or-4.O $srcdir/N-or-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-or-4"; fi;;
+ 1) $echo "Test N-or-4 failed: files N-or-4.O and $srcdir/N-or-4.X differ" 1>&2
+ (diff -c N-or-4.O $srcdir/N-or-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-or-4 may have failed." 1>&2
+ $echo The command "cmp N-or-4.O $srcdir/N-or-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-or-4.E || rm -f N-or-4.E
+$xx '(' '' -o '' ')' > P-or-4.O 2> P-or-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-or-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-or-4.O $srcdir/P-or-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-or-4"; fi;;
+ 1) $echo "Test P-or-4 failed: files P-or-4.O and $srcdir/P-or-4.X differ" 1>&2
+ (diff -c P-or-4.O $srcdir/P-or-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-or-4 may have failed." 1>&2
+ $echo The command "cmp P-or-4.O $srcdir/P-or-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-or-4.E || rm -f P-or-4.E
+$xx ! '(' '' -o '' ')' > NP-or-4.O 2> NP-or-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-or-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-or-4.O $srcdir/NP-or-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-or-4"; fi;;
+ 1) $echo "Test NP-or-4 failed: files NP-or-4.O and $srcdir/NP-or-4.X differ" 1>&2
+ (diff -c NP-or-4.O $srcdir/NP-or-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-or-4 may have failed." 1>&2
+ $echo The command "cmp NP-or-4.O $srcdir/NP-or-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-or-4.E || rm -f NP-or-4.E
+$xx ! ! '(' '' -o '' ')' > NNP-or-4.O 2> NNP-or-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-or-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-or-4.O $srcdir/NNP-or-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-or-4"; fi;;
+ 1) $echo "Test NNP-or-4 failed: files NNP-or-4.O and $srcdir/NNP-or-4.X differ" 1>&2
+ (diff -c NNP-or-4.O $srcdir/NNP-or-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-or-4 may have failed." 1>&2
+ $echo The command "cmp NNP-or-4.O $srcdir/NNP-or-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-or-4.E || rm -f NNP-or-4.E
+$xx ! 9 -eq 9 > N-eq-1.O 2> N-eq-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-eq-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-eq-1.O $srcdir/N-eq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-eq-1"; fi;;
+ 1) $echo "Test N-eq-1 failed: files N-eq-1.O and $srcdir/N-eq-1.X differ" 1>&2
+ (diff -c N-eq-1.O $srcdir/N-eq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-eq-1 may have failed." 1>&2
+ $echo The command "cmp N-eq-1.O $srcdir/N-eq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-eq-1.E || rm -f N-eq-1.E
+$xx '(' 9 -eq 9 ')' > P-eq-1.O 2> P-eq-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-eq-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-eq-1.O $srcdir/P-eq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-eq-1"; fi;;
+ 1) $echo "Test P-eq-1 failed: files P-eq-1.O and $srcdir/P-eq-1.X differ" 1>&2
+ (diff -c P-eq-1.O $srcdir/P-eq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-eq-1 may have failed." 1>&2
+ $echo The command "cmp P-eq-1.O $srcdir/P-eq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-eq-1.E || rm -f P-eq-1.E
+$xx ! '(' 9 -eq 9 ')' > NP-eq-1.O 2> NP-eq-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-eq-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-eq-1.O $srcdir/NP-eq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-eq-1"; fi;;
+ 1) $echo "Test NP-eq-1 failed: files NP-eq-1.O and $srcdir/NP-eq-1.X differ" 1>&2
+ (diff -c NP-eq-1.O $srcdir/NP-eq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-eq-1 may have failed." 1>&2
+ $echo The command "cmp NP-eq-1.O $srcdir/NP-eq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-eq-1.E || rm -f NP-eq-1.E
+$xx ! ! '(' 9 -eq 9 ')' > NNP-eq-1.O 2> NNP-eq-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-eq-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-eq-1.O $srcdir/NNP-eq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-eq-1"; fi;;
+ 1) $echo "Test NNP-eq-1 failed: files NNP-eq-1.O and $srcdir/NNP-eq-1.X differ" 1>&2
+ (diff -c NNP-eq-1.O $srcdir/NNP-eq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-eq-1 may have failed." 1>&2
+ $echo The command "cmp NNP-eq-1.O $srcdir/NNP-eq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-eq-1.E || rm -f NNP-eq-1.E
+$xx ! 0 -eq 0 > N-eq-2.O 2> N-eq-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-eq-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-eq-2.O $srcdir/N-eq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-eq-2"; fi;;
+ 1) $echo "Test N-eq-2 failed: files N-eq-2.O and $srcdir/N-eq-2.X differ" 1>&2
+ (diff -c N-eq-2.O $srcdir/N-eq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-eq-2 may have failed." 1>&2
+ $echo The command "cmp N-eq-2.O $srcdir/N-eq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-eq-2.E || rm -f N-eq-2.E
+$xx '(' 0 -eq 0 ')' > P-eq-2.O 2> P-eq-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-eq-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-eq-2.O $srcdir/P-eq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-eq-2"; fi;;
+ 1) $echo "Test P-eq-2 failed: files P-eq-2.O and $srcdir/P-eq-2.X differ" 1>&2
+ (diff -c P-eq-2.O $srcdir/P-eq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-eq-2 may have failed." 1>&2
+ $echo The command "cmp P-eq-2.O $srcdir/P-eq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-eq-2.E || rm -f P-eq-2.E
+$xx ! '(' 0 -eq 0 ')' > NP-eq-2.O 2> NP-eq-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-eq-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-eq-2.O $srcdir/NP-eq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-eq-2"; fi;;
+ 1) $echo "Test NP-eq-2 failed: files NP-eq-2.O and $srcdir/NP-eq-2.X differ" 1>&2
+ (diff -c NP-eq-2.O $srcdir/NP-eq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-eq-2 may have failed." 1>&2
+ $echo The command "cmp NP-eq-2.O $srcdir/NP-eq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-eq-2.E || rm -f NP-eq-2.E
+$xx ! ! '(' 0 -eq 0 ')' > NNP-eq-2.O 2> NNP-eq-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-eq-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-eq-2.O $srcdir/NNP-eq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-eq-2"; fi;;
+ 1) $echo "Test NNP-eq-2 failed: files NNP-eq-2.O and $srcdir/NNP-eq-2.X differ" 1>&2
+ (diff -c NNP-eq-2.O $srcdir/NNP-eq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-eq-2 may have failed." 1>&2
+ $echo The command "cmp NNP-eq-2.O $srcdir/NNP-eq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-eq-2.E || rm -f NNP-eq-2.E
+$xx ! 0 -eq 00 > N-eq-3.O 2> N-eq-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-eq-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-eq-3.O $srcdir/N-eq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-eq-3"; fi;;
+ 1) $echo "Test N-eq-3 failed: files N-eq-3.O and $srcdir/N-eq-3.X differ" 1>&2
+ (diff -c N-eq-3.O $srcdir/N-eq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-eq-3 may have failed." 1>&2
+ $echo The command "cmp N-eq-3.O $srcdir/N-eq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-eq-3.E || rm -f N-eq-3.E
+$xx '(' 0 -eq 00 ')' > P-eq-3.O 2> P-eq-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-eq-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-eq-3.O $srcdir/P-eq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-eq-3"; fi;;
+ 1) $echo "Test P-eq-3 failed: files P-eq-3.O and $srcdir/P-eq-3.X differ" 1>&2
+ (diff -c P-eq-3.O $srcdir/P-eq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-eq-3 may have failed." 1>&2
+ $echo The command "cmp P-eq-3.O $srcdir/P-eq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-eq-3.E || rm -f P-eq-3.E
+$xx ! '(' 0 -eq 00 ')' > NP-eq-3.O 2> NP-eq-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-eq-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-eq-3.O $srcdir/NP-eq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-eq-3"; fi;;
+ 1) $echo "Test NP-eq-3 failed: files NP-eq-3.O and $srcdir/NP-eq-3.X differ" 1>&2
+ (diff -c NP-eq-3.O $srcdir/NP-eq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-eq-3 may have failed." 1>&2
+ $echo The command "cmp NP-eq-3.O $srcdir/NP-eq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-eq-3.E || rm -f NP-eq-3.E
+$xx ! ! '(' 0 -eq 00 ')' > NNP-eq-3.O 2> NNP-eq-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-eq-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-eq-3.O $srcdir/NNP-eq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-eq-3"; fi;;
+ 1) $echo "Test NNP-eq-3 failed: files NNP-eq-3.O and $srcdir/NNP-eq-3.X differ" 1>&2
+ (diff -c NNP-eq-3.O $srcdir/NNP-eq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-eq-3 may have failed." 1>&2
+ $echo The command "cmp NNP-eq-3.O $srcdir/NNP-eq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-eq-3.E || rm -f NNP-eq-3.E
+$xx ! 8 -eq 9 > N-eq-4.O 2> N-eq-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-eq-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-eq-4.O $srcdir/N-eq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-eq-4"; fi;;
+ 1) $echo "Test N-eq-4 failed: files N-eq-4.O and $srcdir/N-eq-4.X differ" 1>&2
+ (diff -c N-eq-4.O $srcdir/N-eq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-eq-4 may have failed." 1>&2
+ $echo The command "cmp N-eq-4.O $srcdir/N-eq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-eq-4.E || rm -f N-eq-4.E
+$xx '(' 8 -eq 9 ')' > P-eq-4.O 2> P-eq-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-eq-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-eq-4.O $srcdir/P-eq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-eq-4"; fi;;
+ 1) $echo "Test P-eq-4 failed: files P-eq-4.O and $srcdir/P-eq-4.X differ" 1>&2
+ (diff -c P-eq-4.O $srcdir/P-eq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-eq-4 may have failed." 1>&2
+ $echo The command "cmp P-eq-4.O $srcdir/P-eq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-eq-4.E || rm -f P-eq-4.E
+$xx ! '(' 8 -eq 9 ')' > NP-eq-4.O 2> NP-eq-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-eq-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-eq-4.O $srcdir/NP-eq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-eq-4"; fi;;
+ 1) $echo "Test NP-eq-4 failed: files NP-eq-4.O and $srcdir/NP-eq-4.X differ" 1>&2
+ (diff -c NP-eq-4.O $srcdir/NP-eq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-eq-4 may have failed." 1>&2
+ $echo The command "cmp NP-eq-4.O $srcdir/NP-eq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-eq-4.E || rm -f NP-eq-4.E
+$xx ! ! '(' 8 -eq 9 ')' > NNP-eq-4.O 2> NNP-eq-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-eq-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-eq-4.O $srcdir/NNP-eq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-eq-4"; fi;;
+ 1) $echo "Test NNP-eq-4 failed: files NNP-eq-4.O and $srcdir/NNP-eq-4.X differ" 1>&2
+ (diff -c NNP-eq-4.O $srcdir/NNP-eq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-eq-4 may have failed." 1>&2
+ $echo The command "cmp NNP-eq-4.O $srcdir/NNP-eq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-eq-4.E || rm -f NNP-eq-4.E
+$xx ! 1 -eq 0 > N-eq-5.O 2> N-eq-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-eq-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-eq-5.O $srcdir/N-eq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-eq-5"; fi;;
+ 1) $echo "Test N-eq-5 failed: files N-eq-5.O and $srcdir/N-eq-5.X differ" 1>&2
+ (diff -c N-eq-5.O $srcdir/N-eq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-eq-5 may have failed." 1>&2
+ $echo The command "cmp N-eq-5.O $srcdir/N-eq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-eq-5.E || rm -f N-eq-5.E
+$xx '(' 1 -eq 0 ')' > P-eq-5.O 2> P-eq-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-eq-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-eq-5.O $srcdir/P-eq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-eq-5"; fi;;
+ 1) $echo "Test P-eq-5 failed: files P-eq-5.O and $srcdir/P-eq-5.X differ" 1>&2
+ (diff -c P-eq-5.O $srcdir/P-eq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-eq-5 may have failed." 1>&2
+ $echo The command "cmp P-eq-5.O $srcdir/P-eq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-eq-5.E || rm -f P-eq-5.E
+$xx ! '(' 1 -eq 0 ')' > NP-eq-5.O 2> NP-eq-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-eq-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-eq-5.O $srcdir/NP-eq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-eq-5"; fi;;
+ 1) $echo "Test NP-eq-5 failed: files NP-eq-5.O and $srcdir/NP-eq-5.X differ" 1>&2
+ (diff -c NP-eq-5.O $srcdir/NP-eq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-eq-5 may have failed." 1>&2
+ $echo The command "cmp NP-eq-5.O $srcdir/NP-eq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-eq-5.E || rm -f NP-eq-5.E
+$xx ! ! '(' 1 -eq 0 ')' > NNP-eq-5.O 2> NNP-eq-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-eq-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-eq-5.O $srcdir/NNP-eq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-eq-5"; fi;;
+ 1) $echo "Test NNP-eq-5 failed: files NNP-eq-5.O and $srcdir/NNP-eq-5.X differ" 1>&2
+ (diff -c NNP-eq-5.O $srcdir/NNP-eq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-eq-5 may have failed." 1>&2
+ $echo The command "cmp NNP-eq-5.O $srcdir/NNP-eq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-eq-5.E || rm -f NNP-eq-5.E
+$xx ! 340282366920938463463374607431768211456 -eq 0 > N-eq-6.O 2> N-eq-6.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-eq-6 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-eq-6.O $srcdir/N-eq-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-eq-6"; fi;;
+ 1) $echo "Test N-eq-6 failed: files N-eq-6.O and $srcdir/N-eq-6.X differ" 1>&2
+ (diff -c N-eq-6.O $srcdir/N-eq-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-eq-6 may have failed." 1>&2
+ $echo The command "cmp N-eq-6.O $srcdir/N-eq-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-eq-6.E || rm -f N-eq-6.E
+$xx '(' 340282366920938463463374607431768211456 -eq 0 ')' > P-eq-6.O 2> P-eq-6.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-eq-6 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-eq-6.O $srcdir/P-eq-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-eq-6"; fi;;
+ 1) $echo "Test P-eq-6 failed: files P-eq-6.O and $srcdir/P-eq-6.X differ" 1>&2
+ (diff -c P-eq-6.O $srcdir/P-eq-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-eq-6 may have failed." 1>&2
+ $echo The command "cmp P-eq-6.O $srcdir/P-eq-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-eq-6.E || rm -f P-eq-6.E
+$xx ! '(' 340282366920938463463374607431768211456 -eq 0 ')' > NP-eq-6.O 2> NP-eq-6.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-eq-6 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-eq-6.O $srcdir/NP-eq-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-eq-6"; fi;;
+ 1) $echo "Test NP-eq-6 failed: files NP-eq-6.O and $srcdir/NP-eq-6.X differ" 1>&2
+ (diff -c NP-eq-6.O $srcdir/NP-eq-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-eq-6 may have failed." 1>&2
+ $echo The command "cmp NP-eq-6.O $srcdir/NP-eq-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-eq-6.E || rm -f NP-eq-6.E
+$xx ! ! '(' 340282366920938463463374607431768211456 -eq 0 ')' > NNP-eq-6.O 2> NNP-eq-6.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-eq-6 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-eq-6.O $srcdir/NNP-eq-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-eq-6"; fi;;
+ 1) $echo "Test NNP-eq-6 failed: files NNP-eq-6.O and $srcdir/NNP-eq-6.X differ" 1>&2
+ (diff -c NNP-eq-6.O $srcdir/NNP-eq-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-eq-6 may have failed." 1>&2
+ $echo The command "cmp NNP-eq-6.O $srcdir/NNP-eq-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-eq-6.E || rm -f NNP-eq-6.E
+$xx ! 5 -gt 5 > N-gt-1.O 2> N-gt-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-gt-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-gt-1.O $srcdir/N-gt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-gt-1"; fi;;
+ 1) $echo "Test N-gt-1 failed: files N-gt-1.O and $srcdir/N-gt-1.X differ" 1>&2
+ (diff -c N-gt-1.O $srcdir/N-gt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-gt-1 may have failed." 1>&2
+ $echo The command "cmp N-gt-1.O $srcdir/N-gt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-gt-1.E || rm -f N-gt-1.E
+$xx '(' 5 -gt 5 ')' > P-gt-1.O 2> P-gt-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-gt-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-gt-1.O $srcdir/P-gt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-gt-1"; fi;;
+ 1) $echo "Test P-gt-1 failed: files P-gt-1.O and $srcdir/P-gt-1.X differ" 1>&2
+ (diff -c P-gt-1.O $srcdir/P-gt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-gt-1 may have failed." 1>&2
+ $echo The command "cmp P-gt-1.O $srcdir/P-gt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-gt-1.E || rm -f P-gt-1.E
+$xx ! '(' 5 -gt 5 ')' > NP-gt-1.O 2> NP-gt-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-gt-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-gt-1.O $srcdir/NP-gt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-gt-1"; fi;;
+ 1) $echo "Test NP-gt-1 failed: files NP-gt-1.O and $srcdir/NP-gt-1.X differ" 1>&2
+ (diff -c NP-gt-1.O $srcdir/NP-gt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-gt-1 may have failed." 1>&2
+ $echo The command "cmp NP-gt-1.O $srcdir/NP-gt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-gt-1.E || rm -f NP-gt-1.E
+$xx ! ! '(' 5 -gt 5 ')' > NNP-gt-1.O 2> NNP-gt-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-gt-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-gt-1.O $srcdir/NNP-gt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-gt-1"; fi;;
+ 1) $echo "Test NNP-gt-1 failed: files NNP-gt-1.O and $srcdir/NNP-gt-1.X differ" 1>&2
+ (diff -c NNP-gt-1.O $srcdir/NNP-gt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-gt-1 may have failed." 1>&2
+ $echo The command "cmp NNP-gt-1.O $srcdir/NNP-gt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-gt-1.E || rm -f NNP-gt-1.E
+$xx ! 5 -gt 4 > N-gt-2.O 2> N-gt-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-gt-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-gt-2.O $srcdir/N-gt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-gt-2"; fi;;
+ 1) $echo "Test N-gt-2 failed: files N-gt-2.O and $srcdir/N-gt-2.X differ" 1>&2
+ (diff -c N-gt-2.O $srcdir/N-gt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-gt-2 may have failed." 1>&2
+ $echo The command "cmp N-gt-2.O $srcdir/N-gt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-gt-2.E || rm -f N-gt-2.E
+$xx '(' 5 -gt 4 ')' > P-gt-2.O 2> P-gt-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-gt-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-gt-2.O $srcdir/P-gt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-gt-2"; fi;;
+ 1) $echo "Test P-gt-2 failed: files P-gt-2.O and $srcdir/P-gt-2.X differ" 1>&2
+ (diff -c P-gt-2.O $srcdir/P-gt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-gt-2 may have failed." 1>&2
+ $echo The command "cmp P-gt-2.O $srcdir/P-gt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-gt-2.E || rm -f P-gt-2.E
+$xx ! '(' 5 -gt 4 ')' > NP-gt-2.O 2> NP-gt-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-gt-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-gt-2.O $srcdir/NP-gt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-gt-2"; fi;;
+ 1) $echo "Test NP-gt-2 failed: files NP-gt-2.O and $srcdir/NP-gt-2.X differ" 1>&2
+ (diff -c NP-gt-2.O $srcdir/NP-gt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-gt-2 may have failed." 1>&2
+ $echo The command "cmp NP-gt-2.O $srcdir/NP-gt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-gt-2.E || rm -f NP-gt-2.E
+$xx ! ! '(' 5 -gt 4 ')' > NNP-gt-2.O 2> NNP-gt-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-gt-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-gt-2.O $srcdir/NNP-gt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-gt-2"; fi;;
+ 1) $echo "Test NNP-gt-2 failed: files NNP-gt-2.O and $srcdir/NNP-gt-2.X differ" 1>&2
+ (diff -c NNP-gt-2.O $srcdir/NNP-gt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-gt-2 may have failed." 1>&2
+ $echo The command "cmp NNP-gt-2.O $srcdir/NNP-gt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-gt-2.E || rm -f NNP-gt-2.E
+$xx ! 4 -gt 5 > N-gt-3.O 2> N-gt-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-gt-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-gt-3.O $srcdir/N-gt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-gt-3"; fi;;
+ 1) $echo "Test N-gt-3 failed: files N-gt-3.O and $srcdir/N-gt-3.X differ" 1>&2
+ (diff -c N-gt-3.O $srcdir/N-gt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-gt-3 may have failed." 1>&2
+ $echo The command "cmp N-gt-3.O $srcdir/N-gt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-gt-3.E || rm -f N-gt-3.E
+$xx '(' 4 -gt 5 ')' > P-gt-3.O 2> P-gt-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-gt-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-gt-3.O $srcdir/P-gt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-gt-3"; fi;;
+ 1) $echo "Test P-gt-3 failed: files P-gt-3.O and $srcdir/P-gt-3.X differ" 1>&2
+ (diff -c P-gt-3.O $srcdir/P-gt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-gt-3 may have failed." 1>&2
+ $echo The command "cmp P-gt-3.O $srcdir/P-gt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-gt-3.E || rm -f P-gt-3.E
+$xx ! '(' 4 -gt 5 ')' > NP-gt-3.O 2> NP-gt-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-gt-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-gt-3.O $srcdir/NP-gt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-gt-3"; fi;;
+ 1) $echo "Test NP-gt-3 failed: files NP-gt-3.O and $srcdir/NP-gt-3.X differ" 1>&2
+ (diff -c NP-gt-3.O $srcdir/NP-gt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-gt-3 may have failed." 1>&2
+ $echo The command "cmp NP-gt-3.O $srcdir/NP-gt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-gt-3.E || rm -f NP-gt-3.E
+$xx ! ! '(' 4 -gt 5 ')' > NNP-gt-3.O 2> NNP-gt-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-gt-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-gt-3.O $srcdir/NNP-gt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-gt-3"; fi;;
+ 1) $echo "Test NNP-gt-3 failed: files NNP-gt-3.O and $srcdir/NNP-gt-3.X differ" 1>&2
+ (diff -c NNP-gt-3.O $srcdir/NNP-gt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-gt-3 may have failed." 1>&2
+ $echo The command "cmp NNP-gt-3.O $srcdir/NNP-gt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-gt-3.E || rm -f NNP-gt-3.E
+$xx ! -1 -gt -2 > N-gt-4.O 2> N-gt-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-gt-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-gt-4.O $srcdir/N-gt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-gt-4"; fi;;
+ 1) $echo "Test N-gt-4 failed: files N-gt-4.O and $srcdir/N-gt-4.X differ" 1>&2
+ (diff -c N-gt-4.O $srcdir/N-gt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-gt-4 may have failed." 1>&2
+ $echo The command "cmp N-gt-4.O $srcdir/N-gt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-gt-4.E || rm -f N-gt-4.E
+$xx '(' -1 -gt -2 ')' > P-gt-4.O 2> P-gt-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-gt-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-gt-4.O $srcdir/P-gt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-gt-4"; fi;;
+ 1) $echo "Test P-gt-4 failed: files P-gt-4.O and $srcdir/P-gt-4.X differ" 1>&2
+ (diff -c P-gt-4.O $srcdir/P-gt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-gt-4 may have failed." 1>&2
+ $echo The command "cmp P-gt-4.O $srcdir/P-gt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-gt-4.E || rm -f P-gt-4.E
+$xx ! '(' -1 -gt -2 ')' > NP-gt-4.O 2> NP-gt-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-gt-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-gt-4.O $srcdir/NP-gt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-gt-4"; fi;;
+ 1) $echo "Test NP-gt-4 failed: files NP-gt-4.O and $srcdir/NP-gt-4.X differ" 1>&2
+ (diff -c NP-gt-4.O $srcdir/NP-gt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-gt-4 may have failed." 1>&2
+ $echo The command "cmp NP-gt-4.O $srcdir/NP-gt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-gt-4.E || rm -f NP-gt-4.E
+$xx ! ! '(' -1 -gt -2 ')' > NNP-gt-4.O 2> NNP-gt-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-gt-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-gt-4.O $srcdir/NNP-gt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-gt-4"; fi;;
+ 1) $echo "Test NNP-gt-4 failed: files NNP-gt-4.O and $srcdir/NNP-gt-4.X differ" 1>&2
+ (diff -c NNP-gt-4.O $srcdir/NNP-gt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-gt-4 may have failed." 1>&2
+ $echo The command "cmp NNP-gt-4.O $srcdir/NNP-gt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-gt-4.E || rm -f NNP-gt-4.E
+$xx ! 18446744073709551616 -gt -18446744073709551616 > N-gt-5.O 2> N-gt-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-gt-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-gt-5.O $srcdir/N-gt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-gt-5"; fi;;
+ 1) $echo "Test N-gt-5 failed: files N-gt-5.O and $srcdir/N-gt-5.X differ" 1>&2
+ (diff -c N-gt-5.O $srcdir/N-gt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-gt-5 may have failed." 1>&2
+ $echo The command "cmp N-gt-5.O $srcdir/N-gt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-gt-5.E || rm -f N-gt-5.E
+$xx '(' 18446744073709551616 -gt -18446744073709551616 ')' > P-gt-5.O 2> P-gt-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-gt-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-gt-5.O $srcdir/P-gt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-gt-5"; fi;;
+ 1) $echo "Test P-gt-5 failed: files P-gt-5.O and $srcdir/P-gt-5.X differ" 1>&2
+ (diff -c P-gt-5.O $srcdir/P-gt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-gt-5 may have failed." 1>&2
+ $echo The command "cmp P-gt-5.O $srcdir/P-gt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-gt-5.E || rm -f P-gt-5.E
+$xx ! '(' 18446744073709551616 -gt -18446744073709551616 ')' > NP-gt-5.O 2> NP-gt-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-gt-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-gt-5.O $srcdir/NP-gt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-gt-5"; fi;;
+ 1) $echo "Test NP-gt-5 failed: files NP-gt-5.O and $srcdir/NP-gt-5.X differ" 1>&2
+ (diff -c NP-gt-5.O $srcdir/NP-gt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-gt-5 may have failed." 1>&2
+ $echo The command "cmp NP-gt-5.O $srcdir/NP-gt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-gt-5.E || rm -f NP-gt-5.E
+$xx ! ! '(' 18446744073709551616 -gt -18446744073709551616 ')' > NNP-gt-5.O 2> NNP-gt-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-gt-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-gt-5.O $srcdir/NNP-gt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-gt-5"; fi;;
+ 1) $echo "Test NNP-gt-5 failed: files NNP-gt-5.O and $srcdir/NNP-gt-5.X differ" 1>&2
+ (diff -c NNP-gt-5.O $srcdir/NNP-gt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-gt-5 may have failed." 1>&2
+ $echo The command "cmp NNP-gt-5.O $srcdir/NNP-gt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-gt-5.E || rm -f NNP-gt-5.E
+$xx ! 5 -lt 5 > N-lt-1.O 2> N-lt-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-lt-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-lt-1.O $srcdir/N-lt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-lt-1"; fi;;
+ 1) $echo "Test N-lt-1 failed: files N-lt-1.O and $srcdir/N-lt-1.X differ" 1>&2
+ (diff -c N-lt-1.O $srcdir/N-lt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-lt-1 may have failed." 1>&2
+ $echo The command "cmp N-lt-1.O $srcdir/N-lt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-lt-1.E || rm -f N-lt-1.E
+$xx '(' 5 -lt 5 ')' > P-lt-1.O 2> P-lt-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-lt-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-lt-1.O $srcdir/P-lt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-lt-1"; fi;;
+ 1) $echo "Test P-lt-1 failed: files P-lt-1.O and $srcdir/P-lt-1.X differ" 1>&2
+ (diff -c P-lt-1.O $srcdir/P-lt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-lt-1 may have failed." 1>&2
+ $echo The command "cmp P-lt-1.O $srcdir/P-lt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-lt-1.E || rm -f P-lt-1.E
+$xx ! '(' 5 -lt 5 ')' > NP-lt-1.O 2> NP-lt-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-lt-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-lt-1.O $srcdir/NP-lt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-lt-1"; fi;;
+ 1) $echo "Test NP-lt-1 failed: files NP-lt-1.O and $srcdir/NP-lt-1.X differ" 1>&2
+ (diff -c NP-lt-1.O $srcdir/NP-lt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-lt-1 may have failed." 1>&2
+ $echo The command "cmp NP-lt-1.O $srcdir/NP-lt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-lt-1.E || rm -f NP-lt-1.E
+$xx ! ! '(' 5 -lt 5 ')' > NNP-lt-1.O 2> NNP-lt-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-lt-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-lt-1.O $srcdir/NNP-lt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-lt-1"; fi;;
+ 1) $echo "Test NNP-lt-1 failed: files NNP-lt-1.O and $srcdir/NNP-lt-1.X differ" 1>&2
+ (diff -c NNP-lt-1.O $srcdir/NNP-lt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-lt-1 may have failed." 1>&2
+ $echo The command "cmp NNP-lt-1.O $srcdir/NNP-lt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-lt-1.E || rm -f NNP-lt-1.E
+$xx ! 5 -lt 4 > N-lt-2.O 2> N-lt-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-lt-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-lt-2.O $srcdir/N-lt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-lt-2"; fi;;
+ 1) $echo "Test N-lt-2 failed: files N-lt-2.O and $srcdir/N-lt-2.X differ" 1>&2
+ (diff -c N-lt-2.O $srcdir/N-lt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-lt-2 may have failed." 1>&2
+ $echo The command "cmp N-lt-2.O $srcdir/N-lt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-lt-2.E || rm -f N-lt-2.E
+$xx '(' 5 -lt 4 ')' > P-lt-2.O 2> P-lt-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-lt-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-lt-2.O $srcdir/P-lt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-lt-2"; fi;;
+ 1) $echo "Test P-lt-2 failed: files P-lt-2.O and $srcdir/P-lt-2.X differ" 1>&2
+ (diff -c P-lt-2.O $srcdir/P-lt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-lt-2 may have failed." 1>&2
+ $echo The command "cmp P-lt-2.O $srcdir/P-lt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-lt-2.E || rm -f P-lt-2.E
+$xx ! '(' 5 -lt 4 ')' > NP-lt-2.O 2> NP-lt-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-lt-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-lt-2.O $srcdir/NP-lt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-lt-2"; fi;;
+ 1) $echo "Test NP-lt-2 failed: files NP-lt-2.O and $srcdir/NP-lt-2.X differ" 1>&2
+ (diff -c NP-lt-2.O $srcdir/NP-lt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-lt-2 may have failed." 1>&2
+ $echo The command "cmp NP-lt-2.O $srcdir/NP-lt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-lt-2.E || rm -f NP-lt-2.E
+$xx ! ! '(' 5 -lt 4 ')' > NNP-lt-2.O 2> NNP-lt-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-lt-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-lt-2.O $srcdir/NNP-lt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-lt-2"; fi;;
+ 1) $echo "Test NNP-lt-2 failed: files NNP-lt-2.O and $srcdir/NNP-lt-2.X differ" 1>&2
+ (diff -c NNP-lt-2.O $srcdir/NNP-lt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-lt-2 may have failed." 1>&2
+ $echo The command "cmp NNP-lt-2.O $srcdir/NNP-lt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-lt-2.E || rm -f NNP-lt-2.E
+$xx ! 4 -lt 5 > N-lt-3.O 2> N-lt-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-lt-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-lt-3.O $srcdir/N-lt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-lt-3"; fi;;
+ 1) $echo "Test N-lt-3 failed: files N-lt-3.O and $srcdir/N-lt-3.X differ" 1>&2
+ (diff -c N-lt-3.O $srcdir/N-lt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-lt-3 may have failed." 1>&2
+ $echo The command "cmp N-lt-3.O $srcdir/N-lt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-lt-3.E || rm -f N-lt-3.E
+$xx '(' 4 -lt 5 ')' > P-lt-3.O 2> P-lt-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-lt-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-lt-3.O $srcdir/P-lt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-lt-3"; fi;;
+ 1) $echo "Test P-lt-3 failed: files P-lt-3.O and $srcdir/P-lt-3.X differ" 1>&2
+ (diff -c P-lt-3.O $srcdir/P-lt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-lt-3 may have failed." 1>&2
+ $echo The command "cmp P-lt-3.O $srcdir/P-lt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-lt-3.E || rm -f P-lt-3.E
+$xx ! '(' 4 -lt 5 ')' > NP-lt-3.O 2> NP-lt-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-lt-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-lt-3.O $srcdir/NP-lt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-lt-3"; fi;;
+ 1) $echo "Test NP-lt-3 failed: files NP-lt-3.O and $srcdir/NP-lt-3.X differ" 1>&2
+ (diff -c NP-lt-3.O $srcdir/NP-lt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-lt-3 may have failed." 1>&2
+ $echo The command "cmp NP-lt-3.O $srcdir/NP-lt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-lt-3.E || rm -f NP-lt-3.E
+$xx ! ! '(' 4 -lt 5 ')' > NNP-lt-3.O 2> NNP-lt-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-lt-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-lt-3.O $srcdir/NNP-lt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-lt-3"; fi;;
+ 1) $echo "Test NNP-lt-3 failed: files NNP-lt-3.O and $srcdir/NNP-lt-3.X differ" 1>&2
+ (diff -c NNP-lt-3.O $srcdir/NNP-lt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-lt-3 may have failed." 1>&2
+ $echo The command "cmp NNP-lt-3.O $srcdir/NNP-lt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-lt-3.E || rm -f NNP-lt-3.E
+$xx ! -1 -lt -2 > N-lt-4.O 2> N-lt-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-lt-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-lt-4.O $srcdir/N-lt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-lt-4"; fi;;
+ 1) $echo "Test N-lt-4 failed: files N-lt-4.O and $srcdir/N-lt-4.X differ" 1>&2
+ (diff -c N-lt-4.O $srcdir/N-lt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-lt-4 may have failed." 1>&2
+ $echo The command "cmp N-lt-4.O $srcdir/N-lt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-lt-4.E || rm -f N-lt-4.E
+$xx '(' -1 -lt -2 ')' > P-lt-4.O 2> P-lt-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-lt-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-lt-4.O $srcdir/P-lt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-lt-4"; fi;;
+ 1) $echo "Test P-lt-4 failed: files P-lt-4.O and $srcdir/P-lt-4.X differ" 1>&2
+ (diff -c P-lt-4.O $srcdir/P-lt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-lt-4 may have failed." 1>&2
+ $echo The command "cmp P-lt-4.O $srcdir/P-lt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-lt-4.E || rm -f P-lt-4.E
+$xx ! '(' -1 -lt -2 ')' > NP-lt-4.O 2> NP-lt-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-lt-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-lt-4.O $srcdir/NP-lt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-lt-4"; fi;;
+ 1) $echo "Test NP-lt-4 failed: files NP-lt-4.O and $srcdir/NP-lt-4.X differ" 1>&2
+ (diff -c NP-lt-4.O $srcdir/NP-lt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-lt-4 may have failed." 1>&2
+ $echo The command "cmp NP-lt-4.O $srcdir/NP-lt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-lt-4.E || rm -f NP-lt-4.E
+$xx ! ! '(' -1 -lt -2 ')' > NNP-lt-4.O 2> NNP-lt-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-lt-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-lt-4.O $srcdir/NNP-lt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-lt-4"; fi;;
+ 1) $echo "Test NNP-lt-4 failed: files NNP-lt-4.O and $srcdir/NNP-lt-4.X differ" 1>&2
+ (diff -c NNP-lt-4.O $srcdir/NNP-lt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-lt-4 may have failed." 1>&2
+ $echo The command "cmp NNP-lt-4.O $srcdir/NNP-lt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-lt-4.E || rm -f NNP-lt-4.E
+$xx ! -18446744073709551616 -lt 18446744073709551616 > N-lt-5.O 2> N-lt-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-lt-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-lt-5.O $srcdir/N-lt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-lt-5"; fi;;
+ 1) $echo "Test N-lt-5 failed: files N-lt-5.O and $srcdir/N-lt-5.X differ" 1>&2
+ (diff -c N-lt-5.O $srcdir/N-lt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-lt-5 may have failed." 1>&2
+ $echo The command "cmp N-lt-5.O $srcdir/N-lt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-lt-5.E || rm -f N-lt-5.E
+$xx '(' -18446744073709551616 -lt 18446744073709551616 ')' > P-lt-5.O 2> P-lt-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-lt-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-lt-5.O $srcdir/P-lt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-lt-5"; fi;;
+ 1) $echo "Test P-lt-5 failed: files P-lt-5.O and $srcdir/P-lt-5.X differ" 1>&2
+ (diff -c P-lt-5.O $srcdir/P-lt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-lt-5 may have failed." 1>&2
+ $echo The command "cmp P-lt-5.O $srcdir/P-lt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-lt-5.E || rm -f P-lt-5.E
+$xx ! '(' -18446744073709551616 -lt 18446744073709551616 ')' > NP-lt-5.O 2> NP-lt-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-lt-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-lt-5.O $srcdir/NP-lt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-lt-5"; fi;;
+ 1) $echo "Test NP-lt-5 failed: files NP-lt-5.O and $srcdir/NP-lt-5.X differ" 1>&2
+ (diff -c NP-lt-5.O $srcdir/NP-lt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-lt-5 may have failed." 1>&2
+ $echo The command "cmp NP-lt-5.O $srcdir/NP-lt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-lt-5.E || rm -f NP-lt-5.E
+$xx ! ! '(' -18446744073709551616 -lt 18446744073709551616 ')' > NNP-lt-5.O 2> NNP-lt-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-lt-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-lt-5.O $srcdir/NNP-lt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-lt-5"; fi;;
+ 1) $echo "Test NNP-lt-5 failed: files NNP-lt-5.O and $srcdir/NNP-lt-5.X differ" 1>&2
+ (diff -c NNP-lt-5.O $srcdir/NNP-lt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-lt-5 may have failed." 1>&2
+ $echo The command "cmp NNP-lt-5.O $srcdir/NNP-lt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-lt-5.E || rm -f NNP-lt-5.E
+$xx ! -t > N-t1.O 2> N-t1.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-t1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-t1.O $srcdir/N-t1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-t1"; fi;;
+ 1) $echo "Test N-t1 failed: files N-t1.O and $srcdir/N-t1.X differ" 1>&2
+ (diff -c N-t1.O $srcdir/N-t1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-t1 may have failed." 1>&2
+ $echo The command "cmp N-t1.O $srcdir/N-t1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-t1.E || rm -f N-t1.E
+$xx '(' -t ')' > P-t1.O 2> P-t1.E
+code=$?
+if test $code != 0; then
+ $echo "Test P-t1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-t1.O $srcdir/P-t1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-t1"; fi;;
+ 1) $echo "Test P-t1 failed: files P-t1.O and $srcdir/P-t1.X differ" 1>&2
+ (diff -c P-t1.O $srcdir/P-t1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-t1 may have failed." 1>&2
+ $echo The command "cmp P-t1.O $srcdir/P-t1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-t1.E || rm -f P-t1.E
+$xx ! '(' -t ')' > NP-t1.O 2> NP-t1.E
+code=$?
+if test $code != 1; then
+ $echo "Test NP-t1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-t1.O $srcdir/NP-t1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-t1"; fi;;
+ 1) $echo "Test NP-t1 failed: files NP-t1.O and $srcdir/NP-t1.X differ" 1>&2
+ (diff -c NP-t1.O $srcdir/NP-t1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-t1 may have failed." 1>&2
+ $echo The command "cmp NP-t1.O $srcdir/NP-t1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-t1.E || rm -f NP-t1.E
+$xx ! ! '(' -t ')' > NNP-t1.O 2> NNP-t1.E
+code=$?
+if test $code != 0; then
+ $echo "Test NNP-t1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-t1.O $srcdir/NNP-t1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-t1"; fi;;
+ 1) $echo "Test NNP-t1 failed: files NNP-t1.O and $srcdir/NNP-t1.X differ" 1>&2
+ (diff -c NNP-t1.O $srcdir/NNP-t1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-t1 may have failed." 1>&2
+ $echo The command "cmp NNP-t1.O $srcdir/NNP-t1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-t1.E || rm -f NNP-t1.E
+$xx ! -t 1 > N-t2.O 2> N-t2.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-t2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-t2.O $srcdir/N-t2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-t2"; fi;;
+ 1) $echo "Test N-t2 failed: files N-t2.O and $srcdir/N-t2.X differ" 1>&2
+ (diff -c N-t2.O $srcdir/N-t2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-t2 may have failed." 1>&2
+ $echo The command "cmp N-t2.O $srcdir/N-t2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-t2.E || rm -f N-t2.E
+$xx '(' -t 1 ')' > P-t2.O 2> P-t2.E
+code=$?
+if test $code != 1; then
+ $echo "Test P-t2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp P-t2.O $srcdir/P-t2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed P-t2"; fi;;
+ 1) $echo "Test P-t2 failed: files P-t2.O and $srcdir/P-t2.X differ" 1>&2
+ (diff -c P-t2.O $srcdir/P-t2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test P-t2 may have failed." 1>&2
+ $echo The command "cmp P-t2.O $srcdir/P-t2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s P-t2.E || rm -f P-t2.E
+$xx ! '(' -t 1 ')' > NP-t2.O 2> NP-t2.E
+code=$?
+if test $code != 0; then
+ $echo "Test NP-t2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NP-t2.O $srcdir/NP-t2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NP-t2"; fi;;
+ 1) $echo "Test NP-t2 failed: files NP-t2.O and $srcdir/NP-t2.X differ" 1>&2
+ (diff -c NP-t2.O $srcdir/NP-t2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NP-t2 may have failed." 1>&2
+ $echo The command "cmp NP-t2.O $srcdir/NP-t2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NP-t2.E || rm -f NP-t2.E
+$xx ! ! '(' -t 1 ')' > NNP-t2.O 2> NNP-t2.E
+code=$?
+if test $code != 1; then
+ $echo "Test NNP-t2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp NNP-t2.O $srcdir/NNP-t2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed NNP-t2"; fi;;
+ 1) $echo "Test NNP-t2 failed: files NNP-t2.O and $srcdir/NNP-t2.X differ" 1>&2
+ (diff -c NNP-t2.O $srcdir/NNP-t2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test NNP-t2 may have failed." 1>&2
+ $echo The command "cmp NNP-t2.O $srcdir/NNP-t2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s NNP-t2.E || rm -f NNP-t2.E
+$xx ! '(' '' ')' > N-paren-1.O 2> N-paren-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test N-paren-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-paren-1.O $srcdir/N-paren-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-paren-1"; fi;;
+ 1) $echo "Test N-paren-1 failed: files N-paren-1.O and $srcdir/N-paren-1.X differ" 1>&2
+ (diff -c N-paren-1.O $srcdir/N-paren-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-paren-1 may have failed." 1>&2
+ $echo The command "cmp N-paren-1.O $srcdir/N-paren-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-paren-1.E || rm -f N-paren-1.E
+$xx ! '(' '(' ')' > N-paren-2.O 2> N-paren-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-paren-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-paren-2.O $srcdir/N-paren-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-paren-2"; fi;;
+ 1) $echo "Test N-paren-2 failed: files N-paren-2.O and $srcdir/N-paren-2.X differ" 1>&2
+ (diff -c N-paren-2.O $srcdir/N-paren-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-paren-2 may have failed." 1>&2
+ $echo The command "cmp N-paren-2.O $srcdir/N-paren-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-paren-2.E || rm -f N-paren-2.E
+$xx ! '(' ')' ')' > N-paren-3.O 2> N-paren-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-paren-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-paren-3.O $srcdir/N-paren-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-paren-3"; fi;;
+ 1) $echo "Test N-paren-3 failed: files N-paren-3.O and $srcdir/N-paren-3.X differ" 1>&2
+ (diff -c N-paren-3.O $srcdir/N-paren-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-paren-3 may have failed." 1>&2
+ $echo The command "cmp N-paren-3.O $srcdir/N-paren-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-paren-3.E || rm -f N-paren-3.E
+$xx ! '(' ! ')' > N-paren-4.O 2> N-paren-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-paren-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-paren-4.O $srcdir/N-paren-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-paren-4"; fi;;
+ 1) $echo "Test N-paren-4 failed: files N-paren-4.O and $srcdir/N-paren-4.X differ" 1>&2
+ (diff -c N-paren-4.O $srcdir/N-paren-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-paren-4 may have failed." 1>&2
+ $echo The command "cmp N-paren-4.O $srcdir/N-paren-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-paren-4.E || rm -f N-paren-4.E
+$xx ! '(' -a ')' > N-paren-5.O 2> N-paren-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test N-paren-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp N-paren-5.O $srcdir/N-paren-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed N-paren-5"; fi;;
+ 1) $echo "Test N-paren-5 failed: files N-paren-5.O and $srcdir/N-paren-5.X differ" 1>&2
+ (diff -c N-paren-5.O $srcdir/N-paren-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test N-paren-5 may have failed." 1>&2
+ $echo The command "cmp N-paren-5.O $srcdir/N-paren-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s N-paren-5.E || rm -f N-paren-5.E
+$xx > 1a.O 2> 1a.E
+code=$?
+if test $code != 1; then
+ $echo "Test 1a failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1a.O $srcdir/1a.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1a"; fi;;
+ 1) $echo "Test 1a failed: files 1a.O and $srcdir/1a.X differ" 1>&2
+ (diff -c 1a.O $srcdir/1a.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1a may have failed." 1>&2
+ $echo The command "cmp 1a.O $srcdir/1a.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1a.E || rm -f 1a.E
+$xx -z '' > 1b.O 2> 1b.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1b failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1b.O $srcdir/1b.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1b"; fi;;
+ 1) $echo "Test 1b failed: files 1b.O and $srcdir/1b.X differ" 1>&2
+ (diff -c 1b.O $srcdir/1b.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1b may have failed." 1>&2
+ $echo The command "cmp 1b.O $srcdir/1b.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1b.E || rm -f 1b.E
+$xx any-string > 1c.O 2> 1c.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1c failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1c.O $srcdir/1c.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1c"; fi;;
+ 1) $echo "Test 1c failed: files 1c.O and $srcdir/1c.X differ" 1>&2
+ (diff -c 1c.O $srcdir/1c.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1c may have failed." 1>&2
+ $echo The command "cmp 1c.O $srcdir/1c.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1c.E || rm -f 1c.E
+$xx -n any-string > 1d.O 2> 1d.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1d failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1d.O $srcdir/1d.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1d"; fi;;
+ 1) $echo "Test 1d failed: files 1d.O and $srcdir/1d.X differ" 1>&2
+ (diff -c 1d.O $srcdir/1d.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1d may have failed." 1>&2
+ $echo The command "cmp 1d.O $srcdir/1d.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1d.E || rm -f 1d.E
+$xx '' > 1e.O 2> 1e.E
+code=$?
+if test $code != 1; then
+ $echo "Test 1e failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1e.O $srcdir/1e.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1e"; fi;;
+ 1) $echo "Test 1e failed: files 1e.O and $srcdir/1e.X differ" 1>&2
+ (diff -c 1e.O $srcdir/1e.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1e may have failed." 1>&2
+ $echo The command "cmp 1e.O $srcdir/1e.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1e.E || rm -f 1e.E
+$xx - > 1f.O 2> 1f.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1f failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1f.O $srcdir/1f.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1f"; fi;;
+ 1) $echo "Test 1f failed: files 1f.O and $srcdir/1f.X differ" 1>&2
+ (diff -c 1f.O $srcdir/1f.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1f may have failed." 1>&2
+ $echo The command "cmp 1f.O $srcdir/1f.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1f.E || rm -f 1f.E
+$xx -- > 1g.O 2> 1g.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1g failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1g.O $srcdir/1g.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1g"; fi;;
+ 1) $echo "Test 1g failed: files 1g.O and $srcdir/1g.X differ" 1>&2
+ (diff -c 1g.O $srcdir/1g.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1g may have failed." 1>&2
+ $echo The command "cmp 1g.O $srcdir/1g.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1g.E || rm -f 1g.E
+$xx -0 > 1h.O 2> 1h.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1h failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1h.O $srcdir/1h.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1h"; fi;;
+ 1) $echo "Test 1h failed: files 1h.O and $srcdir/1h.X differ" 1>&2
+ (diff -c 1h.O $srcdir/1h.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1h may have failed." 1>&2
+ $echo The command "cmp 1h.O $srcdir/1h.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1h.E || rm -f 1h.E
+$xx -f > 1i.O 2> 1i.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1i failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1i.O $srcdir/1i.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1i"; fi;;
+ 1) $echo "Test 1i failed: files 1i.O and $srcdir/1i.X differ" 1>&2
+ (diff -c 1i.O $srcdir/1i.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1i may have failed." 1>&2
+ $echo The command "cmp 1i.O $srcdir/1i.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1i.E || rm -f 1i.E
+$xx --help > 1j.O 2> 1j.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1j failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1j.O $srcdir/1j.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1j"; fi;;
+ 1) $echo "Test 1j failed: files 1j.O and $srcdir/1j.X differ" 1>&2
+ (diff -c 1j.O $srcdir/1j.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1j may have failed." 1>&2
+ $echo The command "cmp 1j.O $srcdir/1j.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1j.E || rm -f 1j.E
+$xx --version > 1k.O 2> 1k.E
+code=$?
+if test $code != 0; then
+ $echo "Test 1k failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp 1k.O $srcdir/1k.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed 1k"; fi;;
+ 1) $echo "Test 1k failed: files 1k.O and $srcdir/1k.X differ" 1>&2
+ (diff -c 1k.O $srcdir/1k.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test 1k may have failed." 1>&2
+ $echo The command "cmp 1k.O $srcdir/1k.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s 1k.E || rm -f 1k.E
+$xx t = t > streq-1.O 2> streq-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test streq-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp streq-1.O $srcdir/streq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed streq-1"; fi;;
+ 1) $echo "Test streq-1 failed: files streq-1.O and $srcdir/streq-1.X differ" 1>&2
+ (diff -c streq-1.O $srcdir/streq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test streq-1 may have failed." 1>&2
+ $echo The command "cmp streq-1.O $srcdir/streq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s streq-1.E || rm -f streq-1.E
+$xx t = f > streq-2.O 2> streq-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test streq-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp streq-2.O $srcdir/streq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed streq-2"; fi;;
+ 1) $echo "Test streq-2 failed: files streq-2.O and $srcdir/streq-2.X differ" 1>&2
+ (diff -c streq-2.O $srcdir/streq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test streq-2 may have failed." 1>&2
+ $echo The command "cmp streq-2.O $srcdir/streq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s streq-2.E || rm -f streq-2.E
+$xx ! = ! > streq-3.O 2> streq-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test streq-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp streq-3.O $srcdir/streq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed streq-3"; fi;;
+ 1) $echo "Test streq-3 failed: files streq-3.O and $srcdir/streq-3.X differ" 1>&2
+ (diff -c streq-3.O $srcdir/streq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test streq-3 may have failed." 1>&2
+ $echo The command "cmp streq-3.O $srcdir/streq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s streq-3.E || rm -f streq-3.E
+$xx = = = > streq-4.O 2> streq-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test streq-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp streq-4.O $srcdir/streq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed streq-4"; fi;;
+ 1) $echo "Test streq-4 failed: files streq-4.O and $srcdir/streq-4.X differ" 1>&2
+ (diff -c streq-4.O $srcdir/streq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test streq-4 may have failed." 1>&2
+ $echo The command "cmp streq-4.O $srcdir/streq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s streq-4.E || rm -f streq-4.E
+$xx '(' = '(' > streq-5.O 2> streq-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test streq-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp streq-5.O $srcdir/streq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed streq-5"; fi;;
+ 1) $echo "Test streq-5 failed: files streq-5.O and $srcdir/streq-5.X differ" 1>&2
+ (diff -c streq-5.O $srcdir/streq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test streq-5 may have failed." 1>&2
+ $echo The command "cmp streq-5.O $srcdir/streq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s streq-5.E || rm -f streq-5.E
+$xx '(' = ')' > streq-6.O 2> streq-6.E
+code=$?
+if test $code != 1; then
+ $echo "Test streq-6 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp streq-6.O $srcdir/streq-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed streq-6"; fi;;
+ 1) $echo "Test streq-6 failed: files streq-6.O and $srcdir/streq-6.X differ" 1>&2
+ (diff -c streq-6.O $srcdir/streq-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test streq-6 may have failed." 1>&2
+ $echo The command "cmp streq-6.O $srcdir/streq-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s streq-6.E || rm -f streq-6.E
+$xx t != t > strne-1.O 2> strne-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test strne-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp strne-1.O $srcdir/strne-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed strne-1"; fi;;
+ 1) $echo "Test strne-1 failed: files strne-1.O and $srcdir/strne-1.X differ" 1>&2
+ (diff -c strne-1.O $srcdir/strne-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test strne-1 may have failed." 1>&2
+ $echo The command "cmp strne-1.O $srcdir/strne-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s strne-1.E || rm -f strne-1.E
+$xx t != f > strne-2.O 2> strne-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test strne-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp strne-2.O $srcdir/strne-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed strne-2"; fi;;
+ 1) $echo "Test strne-2 failed: files strne-2.O and $srcdir/strne-2.X differ" 1>&2
+ (diff -c strne-2.O $srcdir/strne-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test strne-2 may have failed." 1>&2
+ $echo The command "cmp strne-2.O $srcdir/strne-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s strne-2.E || rm -f strne-2.E
+$xx ! != ! > strne-3.O 2> strne-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test strne-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp strne-3.O $srcdir/strne-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed strne-3"; fi;;
+ 1) $echo "Test strne-3 failed: files strne-3.O and $srcdir/strne-3.X differ" 1>&2
+ (diff -c strne-3.O $srcdir/strne-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test strne-3 may have failed." 1>&2
+ $echo The command "cmp strne-3.O $srcdir/strne-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s strne-3.E || rm -f strne-3.E
+$xx = != = > strne-4.O 2> strne-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test strne-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp strne-4.O $srcdir/strne-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed strne-4"; fi;;
+ 1) $echo "Test strne-4 failed: files strne-4.O and $srcdir/strne-4.X differ" 1>&2
+ (diff -c strne-4.O $srcdir/strne-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test strne-4 may have failed." 1>&2
+ $echo The command "cmp strne-4.O $srcdir/strne-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s strne-4.E || rm -f strne-4.E
+$xx '(' != '(' > strne-5.O 2> strne-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test strne-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp strne-5.O $srcdir/strne-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed strne-5"; fi;;
+ 1) $echo "Test strne-5 failed: files strne-5.O and $srcdir/strne-5.X differ" 1>&2
+ (diff -c strne-5.O $srcdir/strne-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test strne-5 may have failed." 1>&2
+ $echo The command "cmp strne-5.O $srcdir/strne-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s strne-5.E || rm -f strne-5.E
+$xx '(' != ')' > strne-6.O 2> strne-6.E
+code=$?
+if test $code != 0; then
+ $echo "Test strne-6 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp strne-6.O $srcdir/strne-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed strne-6"; fi;;
+ 1) $echo "Test strne-6 failed: files strne-6.O and $srcdir/strne-6.X differ" 1>&2
+ (diff -c strne-6.O $srcdir/strne-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test strne-6 may have failed." 1>&2
+ $echo The command "cmp strne-6.O $srcdir/strne-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s strne-6.E || rm -f strne-6.E
+$xx t -a t > and-1.O 2> and-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test and-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp and-1.O $srcdir/and-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed and-1"; fi;;
+ 1) $echo "Test and-1 failed: files and-1.O and $srcdir/and-1.X differ" 1>&2
+ (diff -c and-1.O $srcdir/and-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test and-1 may have failed." 1>&2
+ $echo The command "cmp and-1.O $srcdir/and-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s and-1.E || rm -f and-1.E
+$xx '' -a t > and-2.O 2> and-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test and-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp and-2.O $srcdir/and-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed and-2"; fi;;
+ 1) $echo "Test and-2 failed: files and-2.O and $srcdir/and-2.X differ" 1>&2
+ (diff -c and-2.O $srcdir/and-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test and-2 may have failed." 1>&2
+ $echo The command "cmp and-2.O $srcdir/and-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s and-2.E || rm -f and-2.E
+$xx t -a '' > and-3.O 2> and-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test and-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp and-3.O $srcdir/and-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed and-3"; fi;;
+ 1) $echo "Test and-3 failed: files and-3.O and $srcdir/and-3.X differ" 1>&2
+ (diff -c and-3.O $srcdir/and-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test and-3 may have failed." 1>&2
+ $echo The command "cmp and-3.O $srcdir/and-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s and-3.E || rm -f and-3.E
+$xx '' -a '' > and-4.O 2> and-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test and-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp and-4.O $srcdir/and-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed and-4"; fi;;
+ 1) $echo "Test and-4 failed: files and-4.O and $srcdir/and-4.X differ" 1>&2
+ (diff -c and-4.O $srcdir/and-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test and-4 may have failed." 1>&2
+ $echo The command "cmp and-4.O $srcdir/and-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s and-4.E || rm -f and-4.E
+$xx t -o t > or-1.O 2> or-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test or-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp or-1.O $srcdir/or-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed or-1"; fi;;
+ 1) $echo "Test or-1 failed: files or-1.O and $srcdir/or-1.X differ" 1>&2
+ (diff -c or-1.O $srcdir/or-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test or-1 may have failed." 1>&2
+ $echo The command "cmp or-1.O $srcdir/or-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s or-1.E || rm -f or-1.E
+$xx '' -o t > or-2.O 2> or-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test or-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp or-2.O $srcdir/or-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed or-2"; fi;;
+ 1) $echo "Test or-2 failed: files or-2.O and $srcdir/or-2.X differ" 1>&2
+ (diff -c or-2.O $srcdir/or-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test or-2 may have failed." 1>&2
+ $echo The command "cmp or-2.O $srcdir/or-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s or-2.E || rm -f or-2.E
+$xx t -o '' > or-3.O 2> or-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test or-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp or-3.O $srcdir/or-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed or-3"; fi;;
+ 1) $echo "Test or-3 failed: files or-3.O and $srcdir/or-3.X differ" 1>&2
+ (diff -c or-3.O $srcdir/or-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test or-3 may have failed." 1>&2
+ $echo The command "cmp or-3.O $srcdir/or-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s or-3.E || rm -f or-3.E
+$xx '' -o '' > or-4.O 2> or-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test or-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp or-4.O $srcdir/or-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed or-4"; fi;;
+ 1) $echo "Test or-4 failed: files or-4.O and $srcdir/or-4.X differ" 1>&2
+ (diff -c or-4.O $srcdir/or-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test or-4 may have failed." 1>&2
+ $echo The command "cmp or-4.O $srcdir/or-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s or-4.E || rm -f or-4.E
+$xx 9 -eq 9 > eq-1.O 2> eq-1.E
+code=$?
+if test $code != 0; then
+ $echo "Test eq-1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp eq-1.O $srcdir/eq-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed eq-1"; fi;;
+ 1) $echo "Test eq-1 failed: files eq-1.O and $srcdir/eq-1.X differ" 1>&2
+ (diff -c eq-1.O $srcdir/eq-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test eq-1 may have failed." 1>&2
+ $echo The command "cmp eq-1.O $srcdir/eq-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s eq-1.E || rm -f eq-1.E
+$xx 0 -eq 0 > eq-2.O 2> eq-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test eq-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp eq-2.O $srcdir/eq-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed eq-2"; fi;;
+ 1) $echo "Test eq-2 failed: files eq-2.O and $srcdir/eq-2.X differ" 1>&2
+ (diff -c eq-2.O $srcdir/eq-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test eq-2 may have failed." 1>&2
+ $echo The command "cmp eq-2.O $srcdir/eq-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s eq-2.E || rm -f eq-2.E
+$xx 0 -eq 00 > eq-3.O 2> eq-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test eq-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp eq-3.O $srcdir/eq-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed eq-3"; fi;;
+ 1) $echo "Test eq-3 failed: files eq-3.O and $srcdir/eq-3.X differ" 1>&2
+ (diff -c eq-3.O $srcdir/eq-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test eq-3 may have failed." 1>&2
+ $echo The command "cmp eq-3.O $srcdir/eq-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s eq-3.E || rm -f eq-3.E
+$xx 8 -eq 9 > eq-4.O 2> eq-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test eq-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp eq-4.O $srcdir/eq-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed eq-4"; fi;;
+ 1) $echo "Test eq-4 failed: files eq-4.O and $srcdir/eq-4.X differ" 1>&2
+ (diff -c eq-4.O $srcdir/eq-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test eq-4 may have failed." 1>&2
+ $echo The command "cmp eq-4.O $srcdir/eq-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s eq-4.E || rm -f eq-4.E
+$xx 1 -eq 0 > eq-5.O 2> eq-5.E
+code=$?
+if test $code != 1; then
+ $echo "Test eq-5 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp eq-5.O $srcdir/eq-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed eq-5"; fi;;
+ 1) $echo "Test eq-5 failed: files eq-5.O and $srcdir/eq-5.X differ" 1>&2
+ (diff -c eq-5.O $srcdir/eq-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test eq-5 may have failed." 1>&2
+ $echo The command "cmp eq-5.O $srcdir/eq-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s eq-5.E || rm -f eq-5.E
+$xx 340282366920938463463374607431768211456 -eq 0 > eq-6.O 2> eq-6.E
+code=$?
+if test $code != 1; then
+ $echo "Test eq-6 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp eq-6.O $srcdir/eq-6.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed eq-6"; fi;;
+ 1) $echo "Test eq-6 failed: files eq-6.O and $srcdir/eq-6.X differ" 1>&2
+ (diff -c eq-6.O $srcdir/eq-6.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test eq-6 may have failed." 1>&2
+ $echo The command "cmp eq-6.O $srcdir/eq-6.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s eq-6.E || rm -f eq-6.E
+$xx 5 -gt 5 > gt-1.O 2> gt-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test gt-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp gt-1.O $srcdir/gt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed gt-1"; fi;;
+ 1) $echo "Test gt-1 failed: files gt-1.O and $srcdir/gt-1.X differ" 1>&2
+ (diff -c gt-1.O $srcdir/gt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test gt-1 may have failed." 1>&2
+ $echo The command "cmp gt-1.O $srcdir/gt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s gt-1.E || rm -f gt-1.E
+$xx 5 -gt 4 > gt-2.O 2> gt-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test gt-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp gt-2.O $srcdir/gt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed gt-2"; fi;;
+ 1) $echo "Test gt-2 failed: files gt-2.O and $srcdir/gt-2.X differ" 1>&2
+ (diff -c gt-2.O $srcdir/gt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test gt-2 may have failed." 1>&2
+ $echo The command "cmp gt-2.O $srcdir/gt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s gt-2.E || rm -f gt-2.E
+$xx 4 -gt 5 > gt-3.O 2> gt-3.E
+code=$?
+if test $code != 1; then
+ $echo "Test gt-3 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp gt-3.O $srcdir/gt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed gt-3"; fi;;
+ 1) $echo "Test gt-3 failed: files gt-3.O and $srcdir/gt-3.X differ" 1>&2
+ (diff -c gt-3.O $srcdir/gt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test gt-3 may have failed." 1>&2
+ $echo The command "cmp gt-3.O $srcdir/gt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s gt-3.E || rm -f gt-3.E
+$xx -1 -gt -2 > gt-4.O 2> gt-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test gt-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp gt-4.O $srcdir/gt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed gt-4"; fi;;
+ 1) $echo "Test gt-4 failed: files gt-4.O and $srcdir/gt-4.X differ" 1>&2
+ (diff -c gt-4.O $srcdir/gt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test gt-4 may have failed." 1>&2
+ $echo The command "cmp gt-4.O $srcdir/gt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s gt-4.E || rm -f gt-4.E
+$xx 18446744073709551616 -gt -18446744073709551616 > gt-5.O 2> gt-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test gt-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp gt-5.O $srcdir/gt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed gt-5"; fi;;
+ 1) $echo "Test gt-5 failed: files gt-5.O and $srcdir/gt-5.X differ" 1>&2
+ (diff -c gt-5.O $srcdir/gt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test gt-5 may have failed." 1>&2
+ $echo The command "cmp gt-5.O $srcdir/gt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s gt-5.E || rm -f gt-5.E
+$xx 5 -lt 5 > lt-1.O 2> lt-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test lt-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp lt-1.O $srcdir/lt-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed lt-1"; fi;;
+ 1) $echo "Test lt-1 failed: files lt-1.O and $srcdir/lt-1.X differ" 1>&2
+ (diff -c lt-1.O $srcdir/lt-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test lt-1 may have failed." 1>&2
+ $echo The command "cmp lt-1.O $srcdir/lt-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s lt-1.E || rm -f lt-1.E
+$xx 5 -lt 4 > lt-2.O 2> lt-2.E
+code=$?
+if test $code != 1; then
+ $echo "Test lt-2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp lt-2.O $srcdir/lt-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed lt-2"; fi;;
+ 1) $echo "Test lt-2 failed: files lt-2.O and $srcdir/lt-2.X differ" 1>&2
+ (diff -c lt-2.O $srcdir/lt-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test lt-2 may have failed." 1>&2
+ $echo The command "cmp lt-2.O $srcdir/lt-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s lt-2.E || rm -f lt-2.E
+$xx 4 -lt 5 > lt-3.O 2> lt-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test lt-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp lt-3.O $srcdir/lt-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed lt-3"; fi;;
+ 1) $echo "Test lt-3 failed: files lt-3.O and $srcdir/lt-3.X differ" 1>&2
+ (diff -c lt-3.O $srcdir/lt-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test lt-3 may have failed." 1>&2
+ $echo The command "cmp lt-3.O $srcdir/lt-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s lt-3.E || rm -f lt-3.E
+$xx -1 -lt -2 > lt-4.O 2> lt-4.E
+code=$?
+if test $code != 1; then
+ $echo "Test lt-4 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp lt-4.O $srcdir/lt-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed lt-4"; fi;;
+ 1) $echo "Test lt-4 failed: files lt-4.O and $srcdir/lt-4.X differ" 1>&2
+ (diff -c lt-4.O $srcdir/lt-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test lt-4 may have failed." 1>&2
+ $echo The command "cmp lt-4.O $srcdir/lt-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s lt-4.E || rm -f lt-4.E
+$xx -18446744073709551616 -lt 18446744073709551616 > lt-5.O 2> lt-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test lt-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp lt-5.O $srcdir/lt-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed lt-5"; fi;;
+ 1) $echo "Test lt-5 failed: files lt-5.O and $srcdir/lt-5.X differ" 1>&2
+ (diff -c lt-5.O $srcdir/lt-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test lt-5 may have failed." 1>&2
+ $echo The command "cmp lt-5.O $srcdir/lt-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s lt-5.E || rm -f lt-5.E
+$xx 0x0 -eq 00 > inv-1.O 2> inv-1.E
+code=$?
+if test $code != 2; then
+ $echo "Test inv-1 failed: $xx return code $code differs from expected value 2" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp inv-1.O $srcdir/inv-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed inv-1"; fi;;
+ 1) $echo "Test inv-1 failed: files inv-1.O and $srcdir/inv-1.X differ" 1>&2
+ (diff -c inv-1.O $srcdir/inv-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test inv-1 may have failed." 1>&2
+ $echo The command "cmp inv-1.O $srcdir/inv-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s inv-1.E || rm -f inv-1.E
+$xx -t > t1.O 2> t1.E
+code=$?
+if test $code != 0; then
+ $echo "Test t1 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp t1.O $srcdir/t1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed t1"; fi;;
+ 1) $echo "Test t1 failed: files t1.O and $srcdir/t1.X differ" 1>&2
+ (diff -c t1.O $srcdir/t1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test t1 may have failed." 1>&2
+ $echo The command "cmp t1.O $srcdir/t1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s t1.E || rm -f t1.E
+$xx -t 1 > t2.O 2> t2.E
+code=$?
+if test $code != 1; then
+ $echo "Test t2 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp t2.O $srcdir/t2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed t2"; fi;;
+ 1) $echo "Test t2 failed: files t2.O and $srcdir/t2.X differ" 1>&2
+ (diff -c t2.O $srcdir/t2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test t2 may have failed." 1>&2
+ $echo The command "cmp t2.O $srcdir/t2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s t2.E || rm -f t2.E
+$xx '(' '' ')' > paren-1.O 2> paren-1.E
+code=$?
+if test $code != 1; then
+ $echo "Test paren-1 failed: $xx return code $code differs from expected value 1" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp paren-1.O $srcdir/paren-1.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed paren-1"; fi;;
+ 1) $echo "Test paren-1 failed: files paren-1.O and $srcdir/paren-1.X differ" 1>&2
+ (diff -c paren-1.O $srcdir/paren-1.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test paren-1 may have failed." 1>&2
+ $echo The command "cmp paren-1.O $srcdir/paren-1.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s paren-1.E || rm -f paren-1.E
+$xx '(' '(' ')' > paren-2.O 2> paren-2.E
+code=$?
+if test $code != 0; then
+ $echo "Test paren-2 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp paren-2.O $srcdir/paren-2.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed paren-2"; fi;;
+ 1) $echo "Test paren-2 failed: files paren-2.O and $srcdir/paren-2.X differ" 1>&2
+ (diff -c paren-2.O $srcdir/paren-2.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test paren-2 may have failed." 1>&2
+ $echo The command "cmp paren-2.O $srcdir/paren-2.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s paren-2.E || rm -f paren-2.E
+$xx '(' ')' ')' > paren-3.O 2> paren-3.E
+code=$?
+if test $code != 0; then
+ $echo "Test paren-3 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp paren-3.O $srcdir/paren-3.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed paren-3"; fi;;
+ 1) $echo "Test paren-3 failed: files paren-3.O and $srcdir/paren-3.X differ" 1>&2
+ (diff -c paren-3.O $srcdir/paren-3.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test paren-3 may have failed." 1>&2
+ $echo The command "cmp paren-3.O $srcdir/paren-3.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s paren-3.E || rm -f paren-3.E
+$xx '(' ! ')' > paren-4.O 2> paren-4.E
+code=$?
+if test $code != 0; then
+ $echo "Test paren-4 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp paren-4.O $srcdir/paren-4.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed paren-4"; fi;;
+ 1) $echo "Test paren-4 failed: files paren-4.O and $srcdir/paren-4.X differ" 1>&2
+ (diff -c paren-4.O $srcdir/paren-4.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test paren-4 may have failed." 1>&2
+ $echo The command "cmp paren-4.O $srcdir/paren-4.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s paren-4.E || rm -f paren-4.E
+$xx '(' -a ')' > paren-5.O 2> paren-5.E
+code=$?
+if test $code != 0; then
+ $echo "Test paren-5 failed: $xx return code $code differs from expected value 0" 1>&2
+ errors=`expr $errors + 1`
+else
+ cmp paren-5.O $srcdir/paren-5.X > /dev/null 2>&1
+ case $? in
+ 0) if test "$VERBOSE"; then $echo "passed paren-5"; fi;;
+ 1) $echo "Test paren-5 failed: files paren-5.O and $srcdir/paren-5.X differ" 1>&2
+ (diff -c paren-5.O $srcdir/paren-5.X) 2> /dev/null
+ errors=`expr $errors + 1`;;
+ 2) $echo "Test paren-5 may have failed." 1>&2
+ $echo The command "cmp paren-5.O $srcdir/paren-5.X" failed. 1>&2
+ errors=`expr $errors + 1`;;
+ esac
+fi
+test -s paren-5.E || rm -f paren-5.E
+if test $errors = 0; then
+ $echo Passed all 262 tests. 1>&2
+else
+ $echo Failed $errors tests. 1>&2
+fi
+test $errors = 0 || errors=1
+exit $errors