Archived
1
0
Fork 0

test/t_inotify-map.c: test the right function.

This commit is contained in:
Henrik Hautakoski 2011-01-29 11:33:14 +01:00
parent c2da15baba
commit b0bfbc3a0d

View file

@ -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();
}