texinfo-commits
[Top][All Lists]
Advanced

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

[5784] minor test fixes


From: Gavin D. Smith
Subject: [5784] minor test fixes
Date: Mon, 25 Aug 2014 19:52:59 +0000

Revision: 5784
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5784
Author:   gavin
Date:     2014-08-25 19:52:58 +0000 (Mon, 25 Aug 2014)
Log Message:
-----------
minor test fixes

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/t/Init-test.inc
    trunk/info/t/file.sh
    trunk/info/t/tab.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-08-25 19:45:25 UTC (rev 5783)
+++ trunk/ChangeLog     2014-08-25 19:52:58 UTC (rev 5784)
@@ -15,6 +15,10 @@
        * info/session.c (info_follow_menus): Always free initial_node
        argument before returning.
 
+       * info/t/Init-test.inc: Remove out-of-date comment.
+       * info/t/file.sh: Source Cleanup.inc.
+       * info/t/tab.sh: Remove unnecessary line to delete temporary files.
+
 2014-08-25  Gavin Smith  <address@hidden>
 
        * info/display.c (find_diff): Add braces round "if" command.

Modified: trunk/info/t/Init-test.inc
===================================================================
--- trunk/info/t/Init-test.inc  2014-08-25 19:45:25 UTC (rev 5783)
+++ trunk/info/t/Init-test.inc  2014-08-25 19:52:58 UTC (rev 5784)
@@ -27,6 +27,3 @@
 
 # Make sure that non-interactive operation works even if terminal is dumb
 export TERM=dumb
-
-# TODO: Exit test after so long, in case (for example) we get stuck in
-# interactive mode.

Modified: trunk/info/t/file.sh
===================================================================
--- trunk/info/t/file.sh        2014-08-25 19:45:25 UTC (rev 5783)
+++ trunk/info/t/file.sh        2014-08-25 19:52:58 UTC (rev 5784)
@@ -30,7 +30,5 @@
 
 RETVAL=$?
 
-rm -f $GINFO_OUTPUT
-exit $RETVAL
+. $t/Cleanup.inc
 
-

Modified: trunk/info/t/tab.sh
===================================================================
--- trunk/info/t/tab.sh 2014-08-25 19:45:25 UTC (rev 5783)
+++ trunk/info/t/tab.sh 2014-08-25 19:52:58 UTC (rev 5784)
@@ -32,6 +32,5 @@
        RETVAL=$?
 fi
 
-rm -f $0.pipein $0.pipeout
 . $t/Cleanup.inc
 




reply via email to

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