=================================================================== RCS file: /cvs/mandoc/regress/Attic/regress.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/regress/Attic/regress.sh 2010/05/16 17:40:09 1.1 +++ mandoc/regress/Attic/regress.sh 2010/05/16 17:41:37 1.2 @@ -24,6 +24,7 @@ for file in */*.1 */*/*.1; do mandoc "$file" > test.mandoc 2> /dev/null ${NROFF} ${OUTPUT} -mandoc "$file" > test.nroff 2> /dev/null if cmp -s test.mandoc test.nroff; then + rm -f test.mandoc test.nroff echo "passed" pass=`expr $pass + 1` else