]> Pileus Git - ~andy/git/commitdiff
t1300: add missing &&-chaining
authorJeff King <peff@peff.net>
Thu, 16 Feb 2012 08:02:18 +0000 (03:02 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Feb 2012 15:52:41 +0000 (07:52 -0800)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1300-repo-config.sh

index 0690e0edf4e758200d4febb1c7837b5c7059add6..6de46bbd57a18e4fd7b3aee8df49abfa8fd4a9c1 100755 (executable)
@@ -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
        )