Missing && in t/t7001.sh.
Without this, the exit status is only the one of the last line. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
7a85f6ae88
commit
720ec6b870
@ -55,7 +55,7 @@ test_expect_success \
|
|||||||
git mv -k untracked1 untracked2 path0 &&
|
git mv -k untracked1 untracked2 path0 &&
|
||||||
test -f untracked1 &&
|
test -f untracked1 &&
|
||||||
test -f untracked2 &&
|
test -f untracked2 &&
|
||||||
test ! -f path0/untracked1
|
test ! -f path0/untracked1 &&
|
||||||
test ! -f path0/untracked2'
|
test ! -f path0/untracked2'
|
||||||
|
|
||||||
# clean up the mess in case bad things happen
|
# clean up the mess in case bad things happen
|
||||||
|
Reference in New Issue
Block a user