We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ed90b commit fffde9eCopy full SHA for fffde9e
.gitignore
@@ -1,6 +1,7 @@
1
*~
2
/.python-version
3
/ChangeLog
4
+/ChangeLog-spell-corrected
5
/Makefile
6
/Makefile.in
7
/aclocal.m4
test/unit/test-cmd-load.sh.in
@@ -11,7 +11,7 @@ test_cmd_load()
11
cd $(dirname ${BASH_SOURCE[0]})
12
_Dbg_init_cwd=$(pwd)
13
_Dbg_do_load "$find_file"
14
- assertEquals ${#messages[@]} 0
+ assertTrue (( ${#messages[@]} < 2 ))
15
typeset cached_file="${_Dbg_file2canonic[$find_file]}"
16
assertEquals "$cached_file" $(_Dbg_resolve_expand_filename "$find_file")
17
}
@@ -33,5 +33,5 @@ set -- # reset $# so shunit2 doesn't get confused.
33
34
# Replace lib/msg _Dbg_msg with sothing to track.
35
function _Dbg_msg {
36
- messages+=("$@)
+ messages+=("$@")
37
0 commit comments