aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1404-update-ref-errors.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-04 14:28:29 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-04 14:28:29 -0700
commit45602dd0298c59e24cb0e573f33b44c2761f97ed (patch)
tree2997fea66e40ea3793c3674290773badf367bbc4 /t/t1404-update-ref-errors.sh
parent054ae834a84898bf53d1a6743a7fcbbc8a8031eb (diff)
parenta93cbe8d78a42bb016f62b755421bdd4fd7d5d14 (diff)
downloadgit-45602dd0298c59e24cb0e573f33b44c2761f97ed.tar.gz
Merge branch 'ar/test-cleanup-unused-file-creation'
Test clean-up. * ar/test-cleanup-unused-file-creation: t1507: assert output of rev-parse t1404: don't create unused file t1400: assert output of update-ref t1302: don't create unused file t1010: don't create unused files t1006: assert error output of cat-file t1005: assert output of ls-files
Diffstat (limited to 't/t1404-update-ref-errors.sh')
-rwxr-xr-xt/t1404-update-ref-errors.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t1404-update-ref-errors.sh b/t/t1404-update-ref-errors.sh
index b5606d93b5..937ae0d733 100755
--- a/t/t1404-update-ref-errors.sh
+++ b/t/t1404-update-ref-errors.sh
@@ -551,7 +551,6 @@ test_expect_success REFFILES 'no bogus intermediate values during delete' '
git update-ref $prefix/foo $C &&
git pack-refs --all &&
git update-ref $prefix/foo $D &&
- git for-each-ref $prefix >unchanged &&
# Now try to update the reference, but hold the `packed-refs` lock
# for a while to see what happens while the process is blocked:
: >.git/packed-refs.lock &&