Junio C Hamano <gitster@xxxxxxxxx> writes: > David Turner <dturner@xxxxxxxxxxxxxxxx> writes: > >> On Mon, 2016-05-09 at 14:40 -0700, Junio C Hamano wrote: >>> Hmmm, I seem to be getting >>> >>> $ cat t/trash*7900*/err >>> fatal: Already running >>> >>> after running t7900 and it fails at #5, after applying >>> "index-helper: optionally automatically run" The symptom looks pretty similar to $gmane/293461 reported earlier. Here is how "t7900-index-helper.sh -i -v -x -d" ends. expecting success: test_when_finished "git index-helper --kill" && rm -f .git/index-helper.sock && git status && test_path_is_missing .git/index-helper.sock && test_config indexhelper.autorun true && git status && test -S .git/index-helper.sock && git status 2>err && test -S .git/index-helper.sock && test_must_be_empty err && git index-helper --kill && test_config indexhelper.autorun false && git status && test_path_is_missing .git/index-helper.sock + test_when_finished git index-helper --kill + test 0 = 0 + test_cleanup={ git index-helper --kill } && (exit "$eval_ret"); eval_ret=$?; : + rm -f .git/index-helper.sock + git status On branch master Untracked files: (use "git add <file>..." to include in what will be committed) err nothing added to commit but untracked files present (use "git add" to track) + test_path_is_missing .git/index-helper.sock + test -e .git/index-helper.sock + test_config indexhelper.autorun true + config_dir= + test indexhelper.autorun = -C + test_when_finished test_unconfig 'indexhelper.autorun' + test 0 = 0 + test_cleanup={ test_unconfig 'indexhelper.autorun' } && (exit "$eval_ret"); eval_ret=$?; { git index-helper --kill } && (exit "$eval_ret"); eval_ret=$?; : + git config indexhelper.autorun true + git status error: last command exited with $?=141 not ok 5 - index-helper autorun works # # test_when_finished "git index-helper --kill" && # rm -f .git/index-helper.sock && # git status && # test_path_is_missing .git/index-helper.sock && # test_config indexhelper.autorun true && # git status && # test -S .git/index-helper.sock && # git status 2>err && # test -S .git/index-helper.sock && # test_must_be_empty err && # git index-helper --kill && # test_config indexhelper.autorun false && # git status && # test_path_is_missing .git/index-helper.sock # : -- 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