texinfo-commits
[Top][All Lists]
Advanced

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

[8022] use C-x for abort in test


From: gavinsmith0123
Subject: [8022] use C-x for abort in test
Date: Tue, 7 Aug 2018 15:07:34 -0400 (EDT)

Revision: 8022
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8022
Author:   gavin
Date:     2018-08-07 15:07:32 -0400 (Tue, 07 Aug 2018)
Log Message:
-----------
use C-x for abort in test

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-07 18:58:29 UTC (rev 8021)
+++ trunk/ChangeLog     2018-08-07 19:07:32 UTC (rev 8022)
@@ -2,7 +2,8 @@
 
        * info/t/Infokey-config: Use C-x for aborting in echo area in 
        test suite.
-       * info/t/echo-area-no-completions.sh: Update.
+       * info/t/echo-area-no-completions.sh,
+       * info/t/index-apropos.sh: Update.
 
 2018-08-07  Vitezslav Crhonek <address@hidden>  (tiny change)
 

Modified: trunk/info/t/index-apropos.sh
===================================================================
--- trunk/info/t/index-apropos.sh       2018-08-07 18:58:29 UTC (rev 8021)
+++ trunk/info/t/index-apropos.sh       2018-08-07 19:07:32 UTC (rev 8022)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2014, 2015, 2017 Free Software Foundation, Inc.
+# Copyright (C) 2014, 2015, 2017, 2018 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,9 +23,7 @@
 # result. Then type "i" followed by <TAB> to check the indices in the
 # file are still there.
 
-printf '\033xindex-apropos\rlink\r\t\ri\txxxx\rqq' >$PTY_TYPE
-# We exited the "i" prompt with "xxx\r" instead of "\007" because
-# C-g leads typeahead to be discarded so it would not be reliable.
+printf '\033xindex-apropos\rlink\r\t\ri\t\030qq' >$PTY_TYPE
 
 timeout_test
 




reply via email to

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