bug-cvs
[Top][All Lists]
Advanced

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

Re: make check fails on hp-ux 11.11


From: Larry Jones
Subject: Re: make check fails on hp-ux 11.11
Date: Fri, 14 Nov 2008 18:04:39 -0500

Sishodia, Ajay writes:
>
>         make  check-TESTS
> FAIL: getdate-2
> Failed!  See /tmp/cvs-1.12.13/lib/getdate.log for more!
> FAIL: test-getdate.sh

Please apply the following fix to the test-getdate.sh script:

Index: test-getdate.sh
===================================================================
RCS file: /cvsroot/cvs/ccvs/lib/test-getdate.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- test-getdate.sh     15 Apr 2005 21:12:33 -0000      1.7
+++ test-getdate.sh     14 Nov 2008 19:43:19 -0000      1.8
@@ -113,9 +113,9 @@
        NTZ=`TZ=$1 date +%Z`
        if test "$NTZ" = "$UTZ" || test "$NTZ" = "$1"; then
                skipreason="$1 is not a recognized timezone on this system"
-               return `false`
+               return 1
        else
-               return `:`
+               return 0
        fi
 }
 
-- 
Larry Jones

Just when I thought this junk was beginning to make sense. -- Calvin




reply via email to

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