K 10 svn:author V 3 knu K 8 svn:date V 27 2001-12-15T10:05:19.000000Z K 7 svn:log V 457 MFC: Make test(1) a builtin command of sh(1). bin/sh/Makefile rev. 1.31 bin/sh/builtins.def rev. 1.8 - Add test as builtin. share/man/man1/builtin.1 rev. 1.14-1.15 bin/sh/sh.1 rev. 1.56 - Add proper cross references. bin/test/test.c rev. 1.32-1.35 - Fix style bugs I found, and add a comment. - Do not reference argv[1] if no argument is given. - Call error() instead of errx() if compiled as sh(1) builtin. END