]> git.proxmox.com Git - qemu-server.git/commit
config2command test: diff: use /proc/self/fd
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Dec 2018 09:38:07 +0000 (10:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Dec 2018 09:38:09 +0000 (10:38 +0100)
commite1bdc0debcd085e03a8fa0dee67685cd0d69f07f
tree5e2ff249ff4622dd6dc28de97240471b5064a4c2
parent66c539947a921071709a106fd02d4cf121f7fe2a
config2command test: diff: use /proc/self/fd

/dev/fd works only through some compatibility hacks in some shells,
use the correct one for Linux: /proc/self/fd/*

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