# HG changeset patch # User Paul Eggert # Date 1293580711 28800 # Node ID ce397caf9dbbd79ef121fc41d39bbab1261748c1 # Parent f296f8cfe0c637432997bcd3cbd2321060c70e80 tests: minor indenting change * tests/init.sh: Sync from coreutils housekeeping patch to keep lines within 80 columns. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-12-28 Paul Eggert + + tests: minor indenting change + * tests/init.sh: Sync from coreutils housekeeping patch + + to keep lines within 80 columns. + 2010-12-28 Jim Meyering regex: don't infloop on persistent failing calloc diff --git a/tests/init.sh b/tests/init.sh --- a/tests/init.sh +++ b/tests/init.sh @@ -111,7 +111,7 @@ # Eval this code in a subshell to determine a shell's suitability. # 10 - passes all tests; ok to use -# 9 - ok, but enabling "set -x" corrupts application stderr; prefer higher score +# 9 - ok, but enabling "set -x" corrupts app stderr; prefer higher score # ? - not ok gl_shell_test_script_=' test $(echo y) = y || exit 1 @@ -414,7 +414,8 @@ case $template_ in *XXXX) ;; - *) fail_ "invalid template: $template_ (must have a suffix of at least 4 X's)";; + *) fail_ \ + "invalid template: $template_ (must have a suffix of at least 4 X's)";; esac # First, try to use mktemp.