git: Add regression tests for /bin/test.

Peter Avalos pavalos at crater.dragonflybsd.org
Sun Feb 13 12:05:18 PST 2011


commit def50ff69cd5ed4780f7ca8b9cceebaf166ac553
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date:   Sat Feb 12 21:32:57 2011 -1000

    Add regression tests for /bin/test.
    
    Obtained-from: FreeBSD

Summary of changes:
 bin/test/Makefile                    |    4 +-
 bin/test/TEST.README                 |   25 ------
 bin/test/TEST.csh                    |  153 --------------------------------
 bin/test/TEST.sh                     |  136 -----------------------------
 tools/regression/bin/test/Makefile   |    6 ++
 tools/regression/bin/test/regress.sh |  159 ++++++++++++++++++++++++++++++++++
 tools/regression/bin/test/regress.t  |    6 ++
 7 files changed, 174 insertions(+), 315 deletions(-)
 delete mode 100644 bin/test/TEST.README
 delete mode 100644 bin/test/TEST.csh
 delete mode 100644 bin/test/TEST.sh
 create mode 100644 tools/regression/bin/test/Makefile
 create mode 100644 tools/regression/bin/test/regress.sh
 create mode 100644 tools/regression/bin/test/regress.t

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/def50ff69cd5ed4780f7ca8b9cceebaf166ac553


-- 
DragonFly BSD source repository





More information about the Commits mailing list