commit | 8049253b96838b3584600e5ad229abad37a95b10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 17:08:53 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 17:08:53 2016 +0100 |
tree | 95cf5df54baa3ad50f11385daf94d648ecb5f0a8 | |
parent | 9fe885e49ade94e6277db0dd18a5bbc1c94c60c4 [diff] [blame] |
patch 7.4.1516 Problem: Cannot change file permissions. Solution: Add setfperm().
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index d7718ff..857fe9a 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -5,6 +5,7 @@ source test_cursor_func.vim source test_delete.vim source test_expand.vim +source test_file_perm.vim source test_glob2regpat.vim source test_join.vim source test_lispwords.vim