git: Add regression tests for /bin/test.

看板DFBSD_commit作者時間15年前 (2011/02/14 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit def50ff69cd5ed4780f7ca8b9cceebaf166ac553 Author: Peter Avalos <pavalos@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
文章代碼(AID): #1DM3_7QR (DFBSD_commit)