blob: 7cc28778a530a590b1c12b735c93d41d26b2ba37 [file] [log] [blame]
# 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