diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-04-15 17:36:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-16 13:52:29 +0900 |
commit | e9e33ab0fba44c2680f5461cdc774c88b3bf4ac1 (patch) | |
tree | c5d43d65509ae599260e02095b11d48b61394cbb /t/t7700-repack.sh | |
parent | fe0a9eaf31dd0c349ae4308498c33a5c3794b293 (diff) | |
download | git-e9e33ab0fba44c2680f5461cdc774c88b3bf4ac1.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>
Diffstat (limited to 't/t7700-repack.sh')
-rwxr-xr-x | t/t7700-repack.sh | 2 |
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 |