diff options
Diffstat (limited to 'fs/testdata')
| -rw-r--r-- | fs/testdata/copy_dir/0.txt | 1 | ||||
| -rw-r--r-- | fs/testdata/copy_dir/nest/0.txt | 1 | ||||
| l--------- | fs/testdata/copy_dir_link_file/0.txt | 1 | ||||
| -rw-r--r-- | fs/testdata/copy_file.txt | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/fs/testdata/copy_dir/0.txt b/fs/testdata/copy_dir/0.txt new file mode 100644 index 000000000..f3a34851d --- /dev/null +++ b/fs/testdata/copy_dir/0.txt @@ -0,0 +1 @@ +text
\ No newline at end of file diff --git a/fs/testdata/copy_dir/nest/0.txt b/fs/testdata/copy_dir/nest/0.txt new file mode 100644 index 000000000..cd1b98cb3 --- /dev/null +++ b/fs/testdata/copy_dir/nest/0.txt @@ -0,0 +1 @@ +nest
\ No newline at end of file diff --git a/fs/testdata/copy_dir_link_file/0.txt b/fs/testdata/copy_dir_link_file/0.txt new file mode 120000 index 000000000..63413ea1c --- /dev/null +++ b/fs/testdata/copy_dir_link_file/0.txt @@ -0,0 +1 @@ +./fs/testdata/copy_dir/0.txt
\ No newline at end of file diff --git a/fs/testdata/copy_file.txt b/fs/testdata/copy_file.txt new file mode 100644 index 000000000..84c22fd8a --- /dev/null +++ b/fs/testdata/copy_file.txt @@ -0,0 +1 @@ +txt
\ No newline at end of file |
