blob: cb76a91557b7bb55cc1762062300506b22bd4431 [file] [log] [blame]
# Create a new symlink to a file.
require symlink
touch /file
watch /
ln -s /file /link
Output:
create /link
dragonfly: # TODO: can we fix this?
no-events