Skip to content

Commit 10184b2

Browse files
committed
Merge branch 'js/t6044-use-test-seq'
Test portability fix. * js/t6044-use-test-seq: t6044: replace seq by test_seq
2 parents b586d8c + 3f215b0 commit 10184b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t6044-merge-unrelated-index-changes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_description="merges with unrelated index changes"
2020
# Commit E: renames a->subdir/a, adds subdir/e
2121

2222
test_expect_success 'setup trivial merges' '
23-
seq 1 10 >a &&
23+
test_seq 1 10 >a &&
2424
git add a &&
2525
test_tick && git commit -m A &&
2626
@@ -42,7 +42,7 @@ test_expect_success 'setup trivial merges' '
4242
test_tick && git commit -m C &&
4343
4444
git checkout D &&
45-
seq 2 10 >a &&
45+
test_seq 2 10 >a &&
4646
echo d >d &&
4747
git add a d &&
4848
test_tick && git commit -m D &&

0 commit comments

Comments
 (0)