From: Victoria Dye Date: Fri, 19 Aug 2022 20:49:09 +0000 (+0000) Subject: p0006: fix 'read-tree' argument ordering X-Git-Tag: v2.38.0-rc0~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77b9e85c0f1c2ca42bff8f8ccdf2a68b3c942837;p=thirdparty%2Fgit.git p0006: fix 'read-tree' argument ordering In the 'p0006' test "read-tree br_base br_ballast", move the '-n' flag used in 'git read-tree' ahead of its positional arguments. Signed-off-by: Victoria Dye Signed-off-by: Junio C Hamano --- diff --git a/t/perf/p0006-read-tree-checkout.sh b/t/perf/p0006-read-tree-checkout.sh index 900b385c4b..c481c012d2 100755 --- a/t/perf/p0006-read-tree-checkout.sh +++ b/t/perf/p0006-read-tree-checkout.sh @@ -46,7 +46,7 @@ test_expect_success "setup repo" ' ' test_perf "read-tree br_base br_ballast ($nr_files)" ' - git read-tree -m br_base br_ballast -n + git read-tree -n -m br_base br_ballast ' test_perf "switch between br_base br_ballast ($nr_files)" '