test: Fix syntax in the loadavg test
This commit is contained in:
committed by
James Shubin
parent
f3b4a8d055
commit
3408961155
@@ -33,7 +33,7 @@ import "sys"
|
|||||||
|
|
||||||
file "${tmpdir}/loadavg" {
|
file "${tmpdir}/loadavg" {
|
||||||
content => fmt.printf("load average: %f, %f, %f\n", \$x1, \$x5, \$x15),
|
content => fmt.printf("load average: %f, %f, %f\n", \$x1, \$x5, \$x15),
|
||||||
state => $const.res.file.state.exists,
|
state => \$const.res.file.state.exists,
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user