t1300: add missing &&-chaining
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d7be1f142f
commit
27370b1170
@ -451,7 +451,7 @@ test_expect_success 'refer config from subdirectory' '
|
||||
mkdir x &&
|
||||
(
|
||||
cd x &&
|
||||
echo strasse >expect
|
||||
echo strasse >expect &&
|
||||
git config --get --file ../other-config ein.bahn >actual &&
|
||||
test_cmp expect actual
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user