Add testcase for invalid %cpu placeholder

This commit is contained in:
Gaël PORTAY 2018-10-23 10:58:29 -04:00
parent 0b8aa86ecb
commit aa572d24b5
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env perl
use v5.10;
use strict;
use warnings;
print "CPU: \n";

View File

@ -0,0 +1,9 @@
general {
output_format = "none"
}
order += "cpu_usage"
cpu_usage {
format = "CPU: %cpu"
}