看板 DFBSD_commit 關於我們 聯絡資訊
commit 4bfff613235390e418af6fe340d465e53afba83a Author: Peter Avalos <pavalos@dragonflybsd.org> Date: Sun Feb 20 11:33:23 2011 -1000 Sync /bin/sh regression tests with FreeBSD. -Add some tests for omitting whitespace. -Split off some special behaviour into separate tests. -Do not use "local" in the test runner. -Make execution/fork1.0 work even if the basename of ${SH} is not "sh". -Test that the read builtin passes through all byte values except NUL, newline and backslash. -Unset some locale vars in two tests that may cause them to break. Obtained-from: FreeBSD Summary of changes: tools/regression/bin/sh/builtins/locale1.0 | 3 +- tools/regression/bin/sh/builtins/read5.0 | 32 +++++++++++++++++++++++++ tools/regression/bin/sh/execution/fork1.0 | 7 ++++- tools/regression/bin/sh/expansion/cmdsubst3.0 | 5 +++- tools/regression/bin/sh/regress.sh | 3 +- 5 files changed, 44 insertions(+), 6 deletions(-) create mode 100644 tools/regression/bin/sh/builtins/read5.0 http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4bfff613235390e418af6fe340d465e53afba83a -- DragonFly BSD source repository