diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-07-03 15:50:56 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-07-03 15:50:56 +0100 |
commit | 11091122c5bbffc1a46db249bf8f92835c0da6f4 (patch) | |
tree | 3364c04ec3c3f2efdc7a27b042946c34c559f333 /tests | |
parent | 1d4289b3c10f5d8002fd59a518fbb7b148794449 (diff) | |
download | coreutils-11091122c5bbffc1a46db249bf8f92835c0da6f4.tar.xz |
tests: update gnulib submodule and tests/init.sh to latest
* gnulib: Update to latest, with fixes to tests edge cases.
* tests/init.sh: Update from gnulib.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/init.sh b/tests/init.sh index 9f403c51d..d36620610 100755 --- a/tests/init.sh +++ b/tests/init.sh @@ -150,6 +150,7 @@ fi # ? - not ok gl_shell_test_script_=' test $(echo y) = y || exit 1 +f_local_() { local v=1; }; f_local_ || exit 1 score_=10 if test "$VERBOSE" = yes; then test -n "$( (exec 3>&1; set -x; P=1 true 2>&3) 2> /dev/null)" && score_=9 |