Skip to content

Commit 77b9e85

Browse files
vdyegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 59c7230 commit 77b9e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/p0006-read-tree-checkout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test_expect_success "setup repo" '
4646
'
4747

4848
test_perf "read-tree br_base br_ballast ($nr_files)" '
49-
git read-tree -m br_base br_ballast -n
49+
git read-tree -n -m br_base br_ballast
5050
'
5151

5252
test_perf "switch between br_base br_ballast ($nr_files)" '

0 commit comments

Comments
 (0)