From d3093d4d72283019226ab0f8f76de520a0509e2a Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 14 Feb 2022 00:35:47 +0000 Subject: made parseconf insanely fast --- test/parseconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/parseconf.sh b/test/parseconf.sh index 3af55e1..69dd78c 100755 --- a/test/parseconf.sh +++ b/test/parseconf.sh @@ -116,6 +116,6 @@ dict { } " retval=$(${PARSECONF} -c 1 "dict.*" <<< "$config") - [ "$retval" = "dict.d:4" ] + [ "$retval" = "dict.a:1" ] } -- cgit v1.2.1