summaryrefslogtreecommitdiffstats
path: root/t/t6010-merge-base.sh
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2018-07-02 02:24:02 +0200
committerJunio C Hamano <gitster@pobox.com>2018-07-16 23:38:47 +0200
commitc8ce3763ffbc1841f2b4fedebd82280ed0c3a7b7 (patch)
treee521ef6a568f3e33f4c804e47fd38f3449065d00 /t/t6010-merge-base.sh
parentt5000-t5999: fix broken &&-chains (diff)
downloadgit-c8ce3763ffbc1841f2b4fedebd82280ed0c3a7b7.tar.xz
git-c8ce3763ffbc1841f2b4fedebd82280ed0c3a7b7.zip
t6000-t6999: fix broken &&-chains
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6010-merge-base.sh')
-rwxr-xr-xt/t6010-merge-base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6010-merge-base.sh b/t/t6010-merge-base.sh
index aa2d360ce3..44c726ea39 100755
--- a/t/t6010-merge-base.sh
+++ b/t/t6010-merge-base.sh
@@ -245,7 +245,7 @@ test_expect_success 'using reflog to find the fork point' '
git commit --allow-empty -m "Derived #$count" &&
git rev-parse HEAD >derived$count &&
git checkout -B base $E || exit 1
- done
+ done &&
for count in 1 2 3
do