Skip to content

Commit 27370b1

Browse files
peffgitster
authored andcommitted
t1300: add missing &&-chaining
Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d7be1f1 commit 27370b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1300-repo-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ test_expect_success 'refer config from subdirectory' '
451451
mkdir x &&
452452
(
453453
cd x &&
454-
echo strasse >expect
454+
echo strasse >expect &&
455455
git config --get --file ../other-config ein.bahn >actual &&
456456
test_cmp expect actual
457457
)

0 commit comments

Comments
 (0)