Merge branch 'jc/t1400-fifo-cleanup' into next

Test cleanup.

* jc/t1400-fifo-cleanup:
  t1400: have fifo test clean after itself
next
Junio C Hamano 2026-06-15 10:36:21 -07:00
commit 7d5acd110a
1 changed files with 1 additions and 0 deletions

View File

@ -1624,6 +1624,7 @@ test_expect_success 'transaction cannot restart ongoing transaction' '
'

test_expect_success PIPE 'transaction flushes status updates' '
test_when_finished "rm -f in out" &&
mkfifo in out &&
(git update-ref --stdin <in >out &) &&