test: hg-git: trivial cleanup

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2023-03-06 09:37:02 -06:00
parent 9949745533
commit ffcb41cc52

View File

@@ -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 &&