Le samedi 19 janvier 2013 06:38:54, Torsten Bögershausen a écrit : > On 18.01.13 23:23, Jean-Noël AVILA wrote: > > Le vendredi 18 janvier 2013 21:15:23, Junio C Hamano a écrit : > >> Junio C Hamano <gitster@xxxxxxxxx> writes: > >>> How about doing something like this and set that variable in the > >>> test instead? If STD_ONLY is not set, you will get everything, but > >>> when STD_ONLY is set, we will stop reading from "help -a" when it > >>> starts listing additional stuff. > > > > I tried both of your propositions but none made test 10 of t9902 pass. > > > > Am I supposed to run "make install" before running the test? > > No. The test suite could (and should) be run before you make install. > So a typical sequence could be: > Run test suite, and if that passes, install the binaries on my system. > This could look like this on the command line: > make test && sudo make install > > Jean-Noël, > would it be possible to run > "git status" > and share the result with us? > > And did you try Jonathans patch? > > /Torsten Hi all, My workdir is clean. jnavila@cayenne git (master)]$ make GEN perl/PM.stamp SUBDIR gitweb SUBDIR ../ make[2]: « GIT-VERSION-FILE » est à jour. GEN git-instaweb SUBDIR git-gui SUBDIR gitk-git make[1]: Rien à faire pour « all ». SUBDIR perl SUBDIR git_remote_helpers SUBDIR templates [jnavila@cayenne git (master)]$ git branch -vv attr_pattern 3cb6a4c Add directory pattern matching to attributes fix_test_t9902 02f55e6 Merge git://bogomips.org/git-svn maint 611fa18 Add directory pattern matching to attributes * master 02f55e6 [origin/master] Merge git://bogomips.org/git-svn next 82c5000 [origin/next: ahead 157, behind 550] Merge branch 'jc/doc-diff-blobs' into next pu 25f269c [origin/pu: ahead 68, behind 137] Merge branch 'mp/diff-algo-config' into pu todo 70e0e3e [origin/todo: behind 1] What's cooking (2013/01 #06) [jnavila@cayenne git (master)]$ git status # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # gitk-git/gitk-wish nothing added to commit but untracked files present (use "git add" to track) [jnavila@cayenne git (master)]$ ls -l | grep git-check -rwxr-xr-x 108 jnavila jnavila 7677476 janv. 19 10:30 git-check-attr -rwxr-xr-x 108 jnavila jnavila 7677476 janv. 19 10:30 git-checkout -rwxr-xr-x 108 jnavila jnavila 7677476 janv. 19 10:30 git-checkout-index -rwxr-xr-x 108 jnavila jnavila 7677476 janv. 19 10:30 git-check-ref-format If I move git-checkout-branches out of /usr/bin, the test passes. So somehow GIT_EXEC_PATH is not what is expected. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html