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 <vdye@github.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
59c72303dd
commit
77b9e85c0f
@ -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)" '
|
||||
|
Loading…
Reference in New Issue
Block a user