diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-23 17:01:11 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-23 17:01:11 +0100 |
commit | 687b880ddb0d67253d8903f92910a1ca3bea65ef (patch) | |
tree | 7f2ab41aff608be87a45136d2ad181ef63442ab9 /tests/fstree1.txt | |
parent | 650b607f339cd0ffa32e205e4501ec3fcfa88fbf (diff) |
Make sure the unit tests build with the mingw cross compiler
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/fstree1.txt')
-rw-r--r-- | tests/fstree1.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fstree1.txt b/tests/fstree1.txt new file mode 100644 index 0000000..090aff9 --- /dev/null +++ b/tests/fstree1.txt @@ -0,0 +1,9 @@ +# comment line +slink /slink 0644 2 3 slinktarget +dir /dir 0755 4 5 +nod /chardev 0600 6 7 c 13 37 +nod /blkdev 0600 8 9 b 42 21 +pipe /pipe 0644 10 11 +dir "/foo bar" 0755 0 0 +dir "/foo bar/ test \"/" 0755 0 0 + sock /sock 0555 12 13
\ No newline at end of file |