On macos, this task ``` task edit_file => sub { file "/Users/me/rex/test2/file", content => 'change me'; }; ``` will hang if the local user does not have permission to edit the file.
On macos, this task
will hang if the local user does not have permission to edit the file.