зеркало из https://github.com/microsoft/git.git
t/t7*: avoid redundant use of cat
Signed-off-by: Beat Bolli <dev+git@drbeat.li> Acked-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
edfa63e7f4
Коммит
6178c08ec7
|
@ -48,7 +48,7 @@ test_expect_success '--expire-to stores pruned objects (now)' '
|
|||
# ...in other words, the combined contents of this
|
||||
# repository and expired.git should be the same as the
|
||||
# set of objects we started with.
|
||||
cat expired.objects remaining.objects | sort >actual &&
|
||||
sort expired.objects remaining.objects >actual &&
|
||||
test_cmp expect actual &&
|
||||
|
||||
# The "moved" objects (i.e., those in expired.git)
|
||||
|
|
Загрузка…
Ссылка в новой задаче