From ffcb41cc52f6f8f7673bcb99012563cc502509a7 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 6 Mar 2023 09:37:02 -0600 Subject: [PATCH] test: hg-git: trivial cleanup Signed-off-by: Felipe Contreras --- test/hg-git.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hg-git.t b/test/hg-git.t index 01fc4ac..f0aedd5 100755 --- a/test/hg-git.t +++ b/test/hg-git.t @@ -443,7 +443,7 @@ test_expect_success 'hg tags' ' hg_clone gitrepo hgrepo2 && ( - git --git-dir=gitrepo/.git tag -l && + git -C gitrepo tag -l && hg_log hgrepo2 && cat hgrepo2/.hgtags ) > output &&