From: Thomas Lamprecht Date: Fri, 13 Mar 2020 10:07:17 +0000 (+0100) Subject: test: list ifaces: fix indentation of expected structure X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=f110671de4c1b93ebe9f92fdf4b384a490a4e04c test: list ifaces: fix indentation of expected structure Signed-off-by: Thomas Lamprecht --- diff --git a/test/etc_network_interfaces/t.list-interfaces.pl b/test/etc_network_interfaces/t.list-interfaces.pl index 5925c35..ff44fd1 100644 --- a/test/etc_network_interfaces/t.list-interfaces.pl +++ b/test/etc_network_interfaces/t.list-interfaces.pl @@ -16,10 +16,14 @@ eth100: /proc/net/dev my %wanted = ( - vmbr0 => { address => '192.168.1.2/24', - gateway => '192.168.1.1', - address6 => 'fc05::1:1/112'}, - vmbr1 => { address => '10.0.0.5/24'} + vmbr0 => { + address => '192.168.1.2/24', + gateway => '192.168.1.1', + address6 => 'fc05::1:1/112', + }, + vmbr1 => { + address => '10.0.0.5/24', + }, ); save('interfaces', <<"/etc/network/interfaces");