]> git.proxmox.com Git - pve-installer.git/commit
tests: code-style and error handling fixes for ui2stdio
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 24 Feb 2024 17:17:10 +0000 (18:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 24 Feb 2024 17:27:48 +0000 (18:27 +0100)
commit928de50626146d2b4a5223045134d19649dc98a0
tree7513cda4cdb1160091c0b111508ac0225a179673
parent240f1f00853308a77a04ffa74ac0a66b42591894
tests: code-style and error handling fixes for ui2stdio

use modern calling style, avoid duplicate use of Test::More module,
handle fork error more visible, handle pipe creation errors and do
that all in one commit as it's just a test and I don't care.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/ui2-stdio.pl