Re: [PATCH] Add compat/fopen.c which returns NULL on attempt to open directory

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: H.Merijn Brand
Date: Monday, February 11, 2008 - 2:29 am

On Fri, 08 Feb 2008 20:32:47 -0600, Brandon Casey <casey@nrlssc.navy.mil>
wrote:


I applied this patch instead of mine, and added the Makefile define
Harder to trace, as it is not issuing error messages, but could this
success^Wfailure be related?

/pro/3gl/LINUX/git-1.5.4.rc5 103 > cat t/t5701-clone-local.sh.err
*   ok 1: preparing origin repository
*   ok 2: local clone without .git suffix
*   ok 3: local clone with .git suffix
*   ok 4: local clone from x
* FAIL 5: local clone from x.git that does not exist

                cd "$D" &&
                if git clone -l -s x.git z
                then
                        echo "Oops, should have failed"
                        false
                else
                        echo happy
                fi

*   ok 6: With -no-hardlinks, local will make a copy
*   ok 7: Even without -l, local will make a hardlink
* failed 1 among 7 test(s)

Any hints in where to start digging?



-- 
H.Merijn Brand         Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.10.x  on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin.       http://qa.perl.org
http://mirrors.develooper.com/hpux/            http://www.test-smoke.org
                        http://www.goldmark.org/jeff/stupid-disclaimers/
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] opening files in remote.c should ensure it is ..., Johannes Schindelin, (Fri Feb 8, 1:38 pm)
Re: [PATCH] opening files in remote.c should ensure it is ..., Johannes Schindelin, (Fri Feb 8, 1:40 pm)
Re: [PATCH] opening files in remote.c should ensure it is ..., Johannes Schindelin, (Fri Feb 8, 1:44 pm)
Re: [PATCH] opening files in remote.c should ensure it is ..., Johannes Schindelin, (Fri Feb 8, 2:47 pm)
Re: [PATCH] Add compat/fopen.c which returns NULL on attem ..., H.Merijn Brand, (Mon Feb 11, 2:29 am)