diff options
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/filesystem/a.txt | 1 | ||||
-rw-r--r-- | testdata/filesystem/b/c.txt | 1 | ||||
-rw-r--r-- | testdata/filesystem/b/d.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/testdata/filesystem/a.txt b/testdata/filesystem/a.txt new file mode 100644 index 0000000..4ef30bb --- /dev/null +++ b/testdata/filesystem/a.txt @@ -0,0 +1 @@ +file a diff --git a/testdata/filesystem/b/c.txt b/testdata/filesystem/b/c.txt new file mode 100644 index 0000000..27c30ff --- /dev/null +++ b/testdata/filesystem/b/c.txt @@ -0,0 +1 @@ +file b/c diff --git a/testdata/filesystem/b/d.txt b/testdata/filesystem/b/d.txt new file mode 100644 index 0000000..3a71efe --- /dev/null +++ b/testdata/filesystem/b/d.txt @@ -0,0 +1 @@ +file b/d |