]> git.ipfire.org Git - thirdparty/git.git/commitdiff
p0006: fix 'read-tree' argument ordering
authorVictoria Dye <vdye@github.com>
Fri, 19 Aug 2022 20:49:09 +0000 (20:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Aug 2022 21:35:30 +0000 (14:35 -0700)
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 <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p0006-read-tree-checkout.sh

index 900b385c4bbc2d0bf9a803f06b48fe1c25909e86..c481c012d2fc17a7944f308c2d6ef68acb284dee 100755 (executable)
@@ -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)" '