diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_mount.out | 4 | ||||
-rw-r--r-- | tests/test_type_bind_mount.out | 1 | ||||
-rw-r--r-- | tests/test_xdev.out | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/test_mount.out b/tests/test_mount.out new file mode 100644 index 0000000..005bdcf --- /dev/null +++ b/tests/test_mount.out @@ -0,0 +1,4 @@ +scratch +scratch/foo +scratch/mnt +scratch/foo/bar diff --git a/tests/test_type_bind_mount.out b/tests/test_type_bind_mount.out new file mode 100644 index 0000000..6435159 --- /dev/null +++ b/tests/test_type_bind_mount.out @@ -0,0 +1 @@ +scratch/null diff --git a/tests/test_xdev.out b/tests/test_xdev.out new file mode 100644 index 0000000..005bdcf --- /dev/null +++ b/tests/test_xdev.out @@ -0,0 +1,4 @@ +scratch +scratch/foo +scratch/mnt +scratch/foo/bar |