DragonFly BSD
DragonFly commits List (threaded) for 2011-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Sync /bin/sh regression tests with FreeBSD.


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Feb 2011 15:03:41 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]