texinfo-commits
[Top][All Lists]
Advanced

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

[6271] try to fix index-apropos.sh test


From: Gavin D. Smith
Subject: [6271] try to fix index-apropos.sh test
Date: Sun, 17 May 2015 14:08:27 +0000

Revision: 6271
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6271
Author:   gavin
Date:     2015-05-17 14:08:26 +0000 (Sun, 17 May 2015)
Log Message:
-----------
try to fix index-apropos.sh test

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/t/index-apropos.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-05-17 08:57:20 UTC (rev 6270)
+++ trunk/ChangeLog     2015-05-17 14:08:26 UTC (rev 6271)
@@ -1,5 +1,11 @@
 2015-05-17  Gavin Smith  <address@hidden>
 
+       * info/t/index-apropos.sh: Don't run printf in background to 
+       pass input keystrokes into program.  (Attempt at fixing test 
+       failure reported by Assaf Gordon.)
+
+2015-05-17  Gavin Smith  <address@hidden>
+
        * info/t/Init-inter.inc: Copy shell portability code for "local" 
        builtin from util/texi2dvi.
        * init/t/Init-test.inc: Use "2" as argument to "trap" instead of 

Modified: trunk/info/t/index-apropos.sh
===================================================================
--- trunk/info/t/index-apropos.sh       2015-05-17 08:57:20 UTC (rev 6270)
+++ trunk/info/t/index-apropos.sh       2015-05-17 14:08:26 UTC (rev 6271)
@@ -23,7 +23,7 @@
 # Type "M-x index-apropos", look for "link" in indices, select first
 # result. Then type "i" followed by <TAB> to check the indices in the
 # file are still there.
-printf '\033xindex-apropos\rlink\r\t\ri\t\x07q' >$PTY_TYPE &
+printf '\033xindex-apropos\rlink\r\t\ri\t\x07q' >$PTY_TYPE
 . $t/Timeout-test.inc
 
 cleanup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]