Skip to content
Snippets Groups Projects
Commit 7f35d84e authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(check_usage): Fixed a typo: it is an error if the number of strings

	is use change, not if they stay the same.
parent 58744437
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ proc check_usage {test id} {
set strings_usage [lindex $val 1]
set succeed 1
if { [expr $strings_usage == $strings_base] } {
if { [expr $strings_usage != $strings_base] } {
fail "$test (strings) See lyskomd.$id.\{usage,base\}"
set succeed 0
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment