Skip to content

Commit 252caf8

Browse files
committed
Merge branch 'rs/p3400-lose-tac'
Test portability update. * rs/p3400-lose-tac: p3400: stop using tac(1)
2 parents 1e50f2a + 100c2da commit 252caf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/p3400-rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_expect_success 'setup rebasing on top of a lot of changes' '
1818
test_tick &&
1919
git commit -m commit$i unrelated-file$i &&
2020
echo change$i >unrelated-file$i &&
21-
test_seq 1000 | tac >>unrelated-file$i &&
21+
test_seq 1000 | sort -nr >>unrelated-file$i &&
2222
git add unrelated-file$i &&
2323
test_tick &&
2424
git commit -m commit$i-reverse unrelated-file$i ||

0 commit comments

Comments
 (0)