We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfa63e commit 6178c08Copy full SHA for 6178c08
t/t7704-repack-cruft.sh
@@ -48,7 +48,7 @@ test_expect_success '--expire-to stores pruned objects (now)' '
48
# ...in other words, the combined contents of this
49
# repository and expired.git should be the same as the
50
# set of objects we started with.
51
- cat expired.objects remaining.objects | sort >actual &&
+ sort expired.objects remaining.objects >actual &&
52
test_cmp expect actual &&
53
54
# The "moved" objects (i.e., those in expired.git)
0 commit comments