[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6431] check exit status of grep
From: |
Gavin D. Smith |
Subject: |
[6431] check exit status of grep |
Date: |
Wed, 15 Jul 2015 11:47:03 +0000 |
Revision: 6431
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6431
Author: gavin
Date: 2015-07-15 11:47:02 +0000 (Wed, 15 Jul 2015)
Log Message:
-----------
check exit status of grep
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/t/window-split-dir.sh
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-07-14 11:52:07 UTC (rev 6430)
+++ trunk/ChangeLog 2015-07-15 11:47:02 UTC (rev 6431)
@@ -1,5 +1,9 @@
-2015-07-13 Gavin Smith <address@hidden>
+2015-07-15 Gavin Smith <address@hidden>
+ * info/t/window-split-dir.sh: Check exit status of grep.
+
+2015-07-14 Gavin Smith <address@hidden>
+
* info/t/xref-to-anchor.sh: New test.
2015-07-13 Gavin Smith <address@hidden>
Modified: trunk/info/t/window-split-dir.sh
===================================================================
--- trunk/info/t/window-split-dir.sh 2015-07-14 11:52:07 UTC (rev 6430)
+++ trunk/info/t/window-split-dir.sh 2015-07-15 11:47:02 UTC (rev 6431)
@@ -25,5 +25,6 @@
. $t/Timeout-test.inc
grep '^File: dir' $GINFO_OUTPUT
+RETVAL=$?
cleanup
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6431] check exit status of grep,
Gavin D. Smith <=