diff options
| author | Beat Bolli <bb@drbeat.li> | 2024-03-15 20:46:07 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-03-16 11:08:56 -0700 |
| commit | f636d25dc48d2a1fc2951c098d942fdf190da9f9 (patch) | |
| tree | f5c427b8a0fc7a0e9b6c496992f143a5bdf6e7ef /t/t5317-pack-objects-filter-objects.sh | |
| parent | t/t4*: avoid redundant uses of cat (diff) | |
| download | git-f636d25dc48d2a1fc2951c098d942fdf190da9f9.tar.gz git-f636d25dc48d2a1fc2951c098d942fdf190da9f9.zip | |
t/t5*: avoid redundant uses 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>
Diffstat (limited to 't/t5317-pack-objects-filter-objects.sh')
| -rwxr-xr-x | t/t5317-pack-objects-filter-objects.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5317-pack-objects-filter-objects.sh b/t/t5317-pack-objects-filter-objects.sh index 2ff3eef9a3..79552d6ef7 100755 --- a/t/t5317-pack-objects-filter-objects.sh +++ b/t/t5317-pack-objects-filter-objects.sh @@ -455,7 +455,7 @@ test_expect_success 'setup r1 - delete loose blobs' ' test_parse_ls_files_stage_oids <ls_files_result | sort >expected && - for id in `cat expected | sed "s|..|&/|"` + for id in `sed "s|..|&/|" expected` do rm r1/.git/objects/$id || return 1 done |
