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

Test cleanup.

* jc/t1400-fifo-cleanup:
  t1400: have fifo test clean after itself
This commit is contained in:
Junio C Hamano
2026-06-15 10:36:21 -07:00

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 &) &&