diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh index 1015f335e3..f059d63e38 100755 --- a/t/t1400-update-ref.sh +++ b/t/t1400-update-ref.sh @@ -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 out &) &&