]> Savannah Git Hosting - gnulib.git/commitdiff
sigpipe-tests: fix typo
authorDaniel Richard G <skunk@iSKUNK.ORG>
Fri, 19 Aug 2016 19:22:13 +0000 (12:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Aug 2016 19:24:42 +0000 (12:24 -0700)
* tests/test-sigpipe.sh: C, not B.

ChangeLog
tests/test-sigpipe.sh

index bee2cbea51724bf2cabc1b339ee68d653cc49e6b..1cc82664051ee08b378fb804a93f926f9f24cbd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-19  Daniel Richard G.  <skunk@iSKUNK.ORG>
+
+       sigpipe-tests: fix typo
+       * tests/test-sigpipe.sh: C, not B.
+
 2016-08-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        canonicalize-lgpl: fix errno after malloca fails
index bc2baf242f62e2c519a30af88c9c82a5617e82f4..6cf324214f81582d27a239cc2d5b9f09536d5b36 100755 (executable)
@@ -21,7 +21,7 @@ fi
 
 # Test signal's behaviour when a handler is installed.
 tmpfiles="$tmpfiles t-sigpipeC.tmp"
-./test-sigpipe${EXEEXT} B 2> t-sigpipeC.tmp | head -1 > /dev/null
+./test-sigpipe${EXEEXT} C 2> t-sigpipeC.tmp | head -1 > /dev/null
 if test -s t-sigpipeC.tmp; then
   LC_ALL=C tr -d '\r' < t-sigpipeC.tmp
   rm -fr $tmpfiles; exit 1