tests: minor indenting change
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Dec 2010 23:58:31 +0000 (15:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Dec 2010 23:59:06 +0000 (15:59 -0800)
* tests/init.sh: Sync from coreutils housekeeping patch
<http://lists.gnu.org/archive/html/coreutils/2010-12/msg00116.html>
to keep lines within 80 columns.

ChangeLog
tests/init.sh

index 0a17782..2c9d4c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       tests: minor indenting change
+       * tests/init.sh: Sync from coreutils housekeeping patch
+       <http://lists.gnu.org/archive/html/coreutils/2010-12/msg00116.html>
+       to keep lines within 80 columns.
+
 2010-12-28  Jim Meyering  <meyering@redhat.com>
 
        regex: don't infloop on persistent failing calloc
index 4d89a1a..22ba236 100644 (file)
@@ -111,7 +111,7 @@ fi
 
 # 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 @@ mktempd_()
 
   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.