# HG changeset patch # User Martin von Zweigbergk # Date 2019-01-17 05:32:15 # Node ID c0221d929eb9184957620d8c9bb17e6cd09f6e1e # Parent 00b314c420945aeb56745a58c83dc321fc6b747b tests: suppress "Checked out 1 paths of " from modern git test-convert-git.t is failiing since git commit 0f086e6dca (checkout: print something when checking out paths, 2018-11-13). Suppress the new output by disambiguating the arguments with a "--" separator. Differential Revision: https://phab.mercurial-scm.org/D5625 diff --git a/tests/test-convert-git.t b/tests/test-convert-git.t --- a/tests/test-convert-git.t +++ b/tests/test-convert-git.t @@ -750,7 +750,7 @@ test non-tab whitespace .gitmodules test missing .gitmodules $ git submodule add ../git-repo4 >/dev/null 2>/dev/null - $ git checkout HEAD .gitmodules + $ git checkout HEAD -- .gitmodules $ git rm .gitmodules rm '.gitmodules' $ git commit -q -m "remove .gitmodules" .gitmodules