Scenario: - FreeBSD stable/14 ca. Feb. 1 - ports latest, zsh-5.9_5 installed - Running zsh commands using "<(...)" (which results in a pipe being generated with a path of "/tmp/zsh...") or "=(...)" (which results in a file being generated with a path of "/tmp/zsh..."). Result: - When the command terminates, the /tmp/zsh... files are not cleaned. Expected result: - These files should be removed when the command terminates. -- Martin