Add more directory monitoring tests

These tests clear up a misunderstanding of mine: Monitoring
nonexisting files and directories *does* work with the inotify
implementation, it just has a very long timeout for scanning
for missing locations, so the test needs to take that into
account.
This commit is contained in:
Matthias Clasen
2015-08-20 22:30:19 -04:00
parent ee31d492d8
commit d66e3f57cd
4 changed files with 103 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
/* inotify-sub.c - GMonitor based on inotify.
/* inotify-sub.c - GVFS Monitor based on inotify.
Copyright (C) 2006 John McCutchan