From b0bfbc3a0dee9c14ebf71cd880fc95083e295d3e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 29 Jan 2011 11:33:14 +0100 Subject: [PATCH] test/t_inotify-map.c: test the right function. --- test/t_inotify-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t_inotify-map.c b/test/t_inotify-map.c index fa1d7c8..8568ef7 100644 --- a/test/t_inotify-map.c +++ b/test/t_inotify-map.c @@ -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(); }