Skip to content

Commit 6178c08

Browse files
Beat Bolligitster
authored andcommitted
t/t7*: avoid redundant use of cat
Signed-off-by: Beat Bolli <[email protected]> Acked-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent edfa63e commit 6178c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7704-repack-cruft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test_expect_success '--expire-to stores pruned objects (now)' '
4848
# ...in other words, the combined contents of this
4949
# repository and expired.git should be the same as the
5050
# set of objects we started with.
51-
cat expired.objects remaining.objects | sort >actual &&
51+
sort expired.objects remaining.objects >actual &&
5252
test_cmp expect actual &&
5353
5454
# The "moved" objects (i.e., those in expired.git)

0 commit comments

Comments
 (0)