# Watch a symlink to a file.
require symlink

touch /file
ln -s /file /link
watch /link

echo hello >>/file

Output:
	write    /link

	windows: # TODO: investigate.
		no-events
