From: Nguyễn Thái Ngọc Duy Date: Sun, 15 Apr 2018 15:36:12 +0000 (+0200) Subject: t7700: have closing quote of a test at the beginning of line X-Git-Tag: v2.18.0-rc0~61^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e9e33ab0fba44c2680f5461cdc774c88b3bf4ac1?hp=fe0a9eaf31dd0c349ae4308498c33a5c3794b293 t7700: have closing quote of a test at the beginning of line The closing quote of a test body by convention is always at the start of line. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/t/t7700-repack.sh b/t/t7700-repack.sh index 6061a04147..38247afbec 100755 --- a/t/t7700-repack.sh +++ b/t/t7700-repack.sh @@ -194,7 +194,7 @@ test_expect_success 'objects made unreachable by grafts only are kept' ' git reflog expire --expire=$test_tick --expire-unreachable=$test_tick --all && git repack -a -d && git cat-file -t $H1 - ' +' test_done