blob: aee4e4acb1ef6a476b336ae6c61a3a65fcdaafe3 [file] [log] [blame]
# Remove watched file.
touch /file
watch /file
rm /file
Output:
remove /file
linux: # unlink always emits a chmod on linux.
chmod /file
remove /file