Date: Mon, 24 Jun 2002 07:22:45 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> 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 ... Message-ID: <200206241422.g5OEMjp34876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206241422.g5OEMjp34876>