From owner-cvs-all Mon Jun 24 7:22:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A835137B400; Mon, 24 Jun 2002 07:22:45 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OEMjp34876; Mon, 24 Jun 2002 07:22:45 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206241422.g5OEMjp34876@freefall.freebsd.org> From: Juli Mallett Date: Mon, 24 Jun 2002 07:22:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/file2c Makefile regress.sh src/tools/regression/usr.bin/join Makefile regress.sh src/tools/regression/usr.bin/jot Makefile regress.sh src/tools/regression/usr.bin/m4 Makefile regress.sh ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/06/24 07:22:45 PDT Modified files: tools/regression/usr.bin/file2c Makefile regress.sh tools/regression/usr.bin/join Makefile regress.sh tools/regression/usr.bin/jot Makefile regress.sh tools/regression/usr.bin/m4 Makefile regress.sh tools/regression/usr.bin/uudecode Makefile regress.sh Log: Move all remaining tests except for: make(1): Does not work like the other tests. Its Makefile is self-testing. m4(1): It uses complex voodo to test GNU m4(1) features. To the new framework. I had worried about passing the binary data that uudecode(1)'s test passes to diff(1) might give a user something nasty, but this is unlikely to happen as even with an unmodified old nasty diff(1) which doesn't recognise many binary files, these binary files are recognised. Using $DIFF instead of `diff' in the library and making it possible to override this with `cmp -s' might be nice some day, but as of this second, there's no immediate need. Revision Changes Path 1.2 +1 -1 src/tools/regression/usr.bin/file2c/Makefile 1.3 +4 -13 src/tools/regression/usr.bin/file2c/regress.sh 1.2 +1 -1 src/tools/regression/usr.bin/join/Makefile 1.3 +4 -14 src/tools/regression/usr.bin/join/regress.sh 1.2 +1 -1 src/tools/regression/usr.bin/jot/Makefile 1.3 +4 -13 src/tools/regression/usr.bin/jot/regress.sh 1.2 +1 -1 src/tools/regression/usr.bin/m4/Makefile 1.2 +2 -9 src/tools/regression/usr.bin/m4/regress.sh 1.2 +1 -1 src/tools/regression/usr.bin/uudecode/Makefile 1.4 +4 -19 src/tools/regression/usr.bin/uudecode/regress.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message