[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rcs-5.8 test failure
From: |
Thien-Thi Nguyen |
Subject: |
Re: rcs-5.8 test failure |
Date: |
Tue, 18 Oct 2011 13:35:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() "Mr. Aaron W. Swenson" <address@hidden>
() Mon, 17 Oct 2011 20:48:58 -0400
This patch does the trick. There is still the matter of
test t150 failing unless KEEPD or VERBOSE is set.
I am guessing that ‘type’ is not the best to use. Does the
following work for you? If not, could you post the contents
of t150.d as a gzipped tarball?
tests/t150 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/t150 b/tests/t150
index 369f906..56e3d39 100644
--- a/tests/t150
+++ b/tests/t150
@@ -33,12 +33,12 @@ rlog
##
# Check that each program can be found by the shell
-# (via the ‘type’ command), and that each program displays
+# (via the which(1) command), and that each program displays
# reasonable output when invoked with ‘--version’ and ‘--help’.
##
for p in $programs ; do
- must 'type $p'
+ must 'which $p'
vcmd="$p --version"
vout=$wd/version-$p
- rcs-5.8 test failure, IAN DELANEY, 2011/10/13
- Re: rcs-5.8 test failure, Thien-Thi Nguyen, 2011/10/14
- Re: rcs-5.8 test failure, Mr. Aaron W. Swenson, 2011/10/17
- Re: rcs-5.8 test failure, Paul Eggert, 2011/10/17
- Re: rcs-5.8 test failure, Thien-Thi Nguyen, 2011/10/17
- Re: rcs-5.8 test failure, Paul Eggert, 2011/10/17
- Re: rcs-5.8 test failure, Karl Berry, 2011/10/17
- Re: rcs-5.8 test failure, Paul Eggert, 2011/10/17
- Re: rcs-5.8 test failure, Mr. Aaron W. Swenson, 2011/10/18
- Re: rcs-5.8 test failure,
Thien-Thi Nguyen <=
- Re: rcs-5.8 test failure, Paul Eggert, 2011/10/18
- Re: rcs-5.8 test failure, Thien-Thi Nguyen, 2011/10/17