diff options
author | 2015-07-02 00:58:01 +0100 | |
---|---|---|
committer | 2015-07-02 00:58:01 +0100 | |
commit | 018b52a8ee0fce1f6697cd8c806d9a91f4a82663 (patch) | |
tree | f8c759dc60d9a7255889fa6ee965e0cd3711b5a3 | |
parent | ac36d0b287d5c54f811aab3e896516aa0cb68ec7 (diff) | |
download | nnn-018b52a8ee0fce1f6697cd8c806d9a91f4a82663.tar.gz |
More test cases about permissions
-rw-r--r-- | mktest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,8 +18,11 @@ ln -s normal-dir ln-normal-dir ln -s nowhere ln-nowhere mkfifo mk-fifo touch no-access && chmod 000 no-access +mkdir no-access-dir && chmod 000 no-access-dir ln -s ../normal.txt normal-dir/ln-normal.txt ln -s ../normal.txt normal-dir/ln-normal echo 'int main(void) { *((char *)0) = 0; }' > ill.c make ill > /dev/null echo 'test/ill' > ill.sh +mkdir empty-dir +echo 'chmod 000 test' > lock.sh |