summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-06 17:41:54 +0700
committerJunio C Hamano <gitster@pobox.com>2018-03-06 09:20:37 -0800
commit51efa7819c2dd3dff558d76fe9e005524d7e42cd (patch)
tree897f887de11e376a5eb3ff5d50e28ae3027bc59e
parent7e31236f652ad9db221511eaf157ce0ef55585d6 (diff)
downloadgit-51efa7819c2dd3dff558d76fe9e005524d7e42cd.tar.gz
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 <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t7700-repack.sh2
1 files changed, 1 insertions, 1 deletions
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