Commit 7fb12bb
t/t7704-repack-cruft.sh: consolidate
A previous commit moved a handful of tests from a different script into
t7704, including one that relies on generating random blobs.
Incidentally, the original home of this test defined its own helper
"write_blob" for doing so, which is identical in function to our
"generate_random_blob" (and is slightly inferior to the latter, which
cleans up after itself).
Rewrite the test that uses "write_blob" to no longer do so and then
remove the function.
Signed-off-by: Taylor Blau <[email protected]>
Acked-by: Elijah Newren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>write_blob()
1 parent 1b01b03 commit 7fb12bb
1 file changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | 621 | | |
627 | 622 | | |
628 | 623 | | |
| |||
641 | 636 | | |
642 | 637 | | |
643 | 638 | | |
644 | | - | |
645 | | - | |
| 639 | + | |
| 640 | + | |
646 | 641 | | |
647 | 642 | | |
648 | 643 | | |
| |||
0 commit comments