summaryrefslogtreecommitdiff
path: root/t/chainlint/return-loop.expect
blob: da8f9abea38bf5555d77bc317e4df5266226a815 (plain)
1
2
3
4
5
2 while test $i -lt $((num - 5))
3 do
4 	git notes add -m "notes for commit$i" HEAD~$i || return 1
5 	i=$((i + 1))
6 done