test/t_inotify-map.c: test the right function.
This commit is contained in:
parent
c2da15baba
commit
b0bfbc3a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ void test_inotify_map_lookup_by_path() {
|
|||
for(i=0; i < 4; i++)
|
||||
validate_list(i, inotify_map_lookup_by_path(pathref[i]));
|
||||
|
||||
assert(inotify_map_lookup(33) == NULL);
|
||||
assert(inotify_map_lookup_by_path("do not exist") == NULL);
|
||||
|
||||
teardown();
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue