mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
t9000-t9999: fix broken &&-chains
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
e974e06de0
commit
cff4243db9
@@ -80,7 +80,7 @@ test_expect_success 'lookups after checkpoint works' '
|
||||
do
|
||||
if test $n -gt 30
|
||||
then
|
||||
echo >&2 "checkpoint did not update branch"
|
||||
echo >&2 "checkpoint did not update branch" &&
|
||||
exit 1
|
||||
else
|
||||
n=$(($n + 1))
|
||||
|
||||
Reference in New Issue
Block a user