From 34089611558895e0ea73a7ac3a50a5baaf82ed9c Mon Sep 17 00:00:00 2001 From: Felix Frank Date: Wed, 5 Feb 2020 16:47:33 +0100 Subject: [PATCH] test: Fix syntax in the loadavg test --- test/shell/load0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell/load0.sh b/test/shell/load0.sh index 54a01ddb..964fc039 100755 --- a/test/shell/load0.sh +++ b/test/shell/load0.sh @@ -33,7 +33,7 @@ import "sys" file "${tmpdir}/loadavg" { 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