]> git.proxmox.com Git - pve-storage.git/commit
tests: archive info: code cleanup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 May 2020 16:57:37 +0000 (18:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 May 2020 17:01:39 +0000 (19:01 +0200)
commit3dde6a9cb987f03af36459a76d93c3b990e42c6e
tree7481ab6e0d288d4b3a8450168e0bacfcddf21598
parent63e892950b526de66f23ecda5e9b8a5459816779
tests: archive info: code cleanup

We could also do a hash array slice, like:
> my ($archive, $expected, $description) = $tt->@{'archive', 'expected', 'description'};

But as none are optional lets just access values directly..

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