diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/parseconf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] } |