]> git.proxmox.com Git - pve-common.git/blame - test/etc_network_interfaces/t.base.pl
cgroup: cpu quota: fix resetting period length for v1
[pve-common.git] / test / etc_network_interfaces / t.base.pl
CommitLineData
936218b8
WB
1my $wanted = load('base');
2
3# parse the empty file
4r('');
5expect $wanted;
6
7# idempotency
8# save, re-parse, and re-check
9r(w());
10expect $wanted;
11
121;