summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/parseconf.sh2
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" ]
}