Make this test pass with non-gawk. Signed-off-by: Kusanagi Kouichi <slash@xxxxxxxxxxxxxxx> --- tests/generic/386 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/386 b/tests/generic/386 index 462c5869..ba6e654e 100755 --- a/tests/generic/386 +++ b/tests/generic/386 @@ -75,7 +75,7 @@ _filter_quota_rpt() { # This function parses the human-readable values produced # by xfs_quota output function byte_size(value, result) { - result = strtonum(value); + result = value; unit = value; gsub("[0-9][0-9]*", "", unit); shift = index("KMGTPE", unit); -- 2.24.0