We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b586d8c + 3f215b0 commit 10184b2Copy full SHA for 10184b2
t/t6044-merge-unrelated-index-changes.sh
@@ -20,7 +20,7 @@ test_description="merges with unrelated index changes"
20
# Commit E: renames a->subdir/a, adds subdir/e
21
22
test_expect_success 'setup trivial merges' '
23
- seq 1 10 >a &&
+ test_seq 1 10 >a &&
24
git add a &&
25
test_tick && git commit -m A &&
26
@@ -42,7 +42,7 @@ test_expect_success 'setup trivial merges' '
42
test_tick && git commit -m C &&
43
44
git checkout D &&
45
- seq 2 10 >a &&
+ test_seq 2 10 >a &&
46
echo d >d &&
47
git add a d &&
48
test_tick && git commit -m D &&
0 commit comments