]> git.proxmox.com Git - pve-common.git/blob - test/etc_network_interfaces/t.base.pl
bump version to 5.0-4
[pve-common.git] / test / etc_network_interfaces / t.base.pl
1 my $wanted = load('base');
2
3 # parse the empty file
4 r('');
5 expect $wanted;
6
7 # idempotency
8 # save, re-parse, and re-check
9 r(w());
10 expect $wanted;
11
12 1;