Skip to content

Commit c17eb75

Browse files
committed
fixup??? t3701: verify that we can add *lots* of files interactively
This seems to be needed by the new `chainlint` code. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 7e6a165 commit c17eb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3701-add-interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ test_expect_success EXPENSIVE 'add -i with a lot of files' '
10571057
git add -N $name &&
10581058
y="${y}y$LF" &&
10591059
i=$(($i+1)) ||
1060-
break
1060+
exit 1
10611061
done &&
10621062
echo "$y" | git add -p -- . &&
10631063
git diff --cached >staged &&

0 commit comments

Comments
 (0)