# Watch a symlink to a file.
require symlink

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

echo hello >>/file

Output:
	write    /link

	kqueue:  # TODO: broken
		no-events
	windows:  # TODO: investigate.
		no-events
